8 lines
118 B
Text
8 lines
118 B
Text
|
[html]
|
||
|
directory = tests/htmlcov
|
||
|
|
||
|
[tool:pytest]
|
||
|
addopts = --cov=eos_downloader --cov-report html
|
||
|
|
||
|
[run]
|
||
|
omit = tests/*
|