diff options
Diffstat (limited to '')
-rw-r--r-- | .coveragerc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..a987e6a --- /dev/null +++ b/.coveragerc @@ -0,0 +1,8 @@ +[html] +directory = tests/htmlcov + +[tool:pytest] +addopts = --cov=eos_downloader --cov-report html + +[run] +omit = tests/*
\ No newline at end of file |