ovn-bgp-agent/.coveragerc
Takashi Kajinami 54bddd5b9f Use .coveragerc to omit directories
We can use the omit option instead of adding --omit argument, so that
we can run coverage commands outside of tox easily. Also this fixes
the inconsistent omit used in some coverage commands in tox.

Change-Id: I1efa406401c2e8a6b705daef4921b2dec7d55f2e
2024-01-26 16:01:31 +09:00

10 lines
190 B
INI

[run]
branch = True
source = ovn_bgp_agent
omit = ovn_bgp_agent/tests/*,
ovn_bgp_agent/privileged/linux_net.py,
ovn_bgp_agent/utils/linux_net.py
[report]
ignore_errors = True