diff --git a/pytest.ini b/pytest.ini index e0ddbf0..c6e4701 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ [pytest] DJANGO_SETTINGS_MODULE = core.settings -addopts = --cov --cov-report=xml +addopts = --cov --cov-report=lcov python_files = tests.py test_*.py *_tests.py