summaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: a987e6aa43a32bd689574812cf73dbcb5e17f290 (plain)
1
2
3
4
5
6
7
8
[html]
directory = tests/htmlcov

[tool:pytest]
addopts = --cov=eos_downloader --cov-report html

[run]
omit = tests/*