add pytest-cov

This commit is contained in:
Andreas Zweili 2020-10-13 21:13:25 +02:00
parent e21470a669
commit 20f2802ce9
2 changed files with 18 additions and 0 deletions

17
.coveragerc Normal file
View File

@ -0,0 +1,17 @@
[run]
omit =
*apps.py,
*migrations/*,
*settings*,
*tests/*,
*urls.py,
*wsgi.py,
*__init__.py,
manage.py,
*admin.py,
venv/*,
*.egg-info,
build/,
dist/,
.pytest_cache/,
setup.py

View File

@ -1,3 +1,4 @@
markdownify markdownify
newspaper3k newspaper3k
pytest pytest
pytest-cov