fix the coverage file

This commit is contained in:
Andreas Zweili 2021-11-08 16:13:45 +01:00
parent c611ed7b63
commit 0385d75afb
2 changed files with 13 additions and 8 deletions

View File

@ -1,8 +0,0 @@
[run]
omit =
*tests/*,
*__init__.py,
*venv/*
[tool:pytest]
addopts = --cov-report html

13
.coveragerc Normal file
View File

@ -0,0 +1,13 @@
[run]
source =
todoist_interface/
omit =
*tests/*,
*venv/*,
*/__init__.py,
*/__main__.py,
setup.py,
dig_apis.py
[tool:pytest]
addopts = --cov=. --cov-report=html