Omit django migrations in coverage
This commit is contained in:
parent
23bbd8080a
commit
173f4d8a82
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ run_test_server: test_project
|
|||
|
||||
coverage: test_venv
|
||||
test_venv/bin/pip install coverage
|
||||
test_venv/bin/coverage run --source='cas_server' run_tests
|
||||
test_venv/bin/coverage run --source='cas_server' --omit='cas_server/migrations*' run_tests
|
||||
test_venv/bin/coverage html
|
||||
test_venv/bin/coverage xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue