Omit tests directory while couting the coverage report
We forgot to omit tests directory. By side-effect of it we can increase the coverage to 90% :D Change-Id: I0611c41b472e2d3c02f50e5569088471a3419314
This commit is contained in:
parent
e4f6b8ff8d
commit
2da9f3df10
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = ovn_octavia_provider
|
||||
omit = ovn_octavia_provider/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
Loading…
Reference in New Issue
Block a user