Files @ 7790b34a0cef
Branch filter:

Location: kallithea/docs/readme.rst

domruf
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.
1
2
3
.. _readme:

.. include:: ./../README.rst