Skip to content

Commit

Permalink
update make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chinskiy committed Apr 18, 2024
1 parent 5ce2888 commit bf2ea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test: ## run unittests

coverage: ## run coverage
DJANGO_SETTINGS_MODULE=tests.settings \
python -m pytest --cov=dj_anonymizer tests/
python -m pytest --cov-report xml --cov=dj_anonymizer tests/

test_project: ## check if example project is working correctly - for dev env only
cd example && python manage.py migrate && python manage.py anonymize_db
Expand Down

0 comments on commit bf2ea4c

Please sign in to comment.