Files
@ 7790b34a0cef
Branch filter:
Location: kallithea/scripts/logformat.py
7790b34a0cef
1.7 KiB
text/x-python
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.