Don't include pyenv libs in coverage

This commit is contained in:
Thu Trang Pham
2021-02-09 17:10:05 -08:00
parent fa59f88ac4
commit d334ec630f
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ run:
./tests/manage.py runserver
test:
coverage run --branch -m pytest
coverage run --source admin_confirm --branch -m pytest
coverage html
coverage-badge -f -o coverage.svg