Changeset - 7790b34a0cef
default
0
0
1
tests: add pytest-cov .coveragerc file
When using pytest-cov this file can be used to configure the coverage report.
See https://coverage.readthedocs.io/en/latest/config.html for details.
So when you start py.test like this
py.test --cov-config .coveragerc --cov=kallithea --cov-report xml
the settings in this file will be used.
When using pytest-cov this file can be used to configure the coverage report.
See https://coverage.readthedocs.io/en/latest/config.html for details.
So when you start py.test like this
py.test --cov-config .coveragerc --cov=kallithea --cov-report xml
the settings in this file will be used.
1 file changed with 14 insertions and 0 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)