ovn-octavia-provider/.coveragerc
Maciej Józefczyk 2da9f3df10 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
2020-07-27 15:25:55 +02:00

8 lines
117 B
INI

[run]
branch = True
source = ovn_octavia_provider
omit = ovn_octavia_provider/tests/*
[report]
ignore_errors = True