osc-lib/.coveragerc
Takashi Kajinami a0d7bcdf05 Exclude tests directory from coverage calculation
Change-Id: Id0ac1225433a07b26e266eb0bc63222c0af3fb10
2024-08-23 06:28:58 +00:00

8 lines
91 B
INI

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