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:
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
|
Reference in New Issue
Block a user