Skip to content

Commit

Permalink
show test coverage in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Dec 31, 2020
1 parent 4c53995 commit 5bbc79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
@@ -1,4 +1,4 @@
[pytest]
DJANGO_SETTINGS_MODULE = core.settings.pytest
addopts = --nomigrations --cov=. --cov-report=html
addopts = --nomigrations --cov=. --cov-report=term-missing
python_files = tests.py test_*.py *_tests.py

0 comments on commit 5bbc79e

Please sign in to comment.