todoist_interface/.coveragerc

14 lines
198 B
Plaintext
Raw Normal View History

2021-11-08 16:13:45 +01:00
[run]
source =
todoist_interface/
omit =
*tests/*,
*venv/*,
*/__init__.py,
*/__main__.py,
setup.py,
dig_apis.py
[tool:pytest]
addopts = --cov=. --cov-report=html