Remove code coverage report

We don’t use it any more as of https://github.com/alphagov/notifications-admin/pull/3228
This commit is contained in:
Chris Hill-Scott
2020-02-24 17:26:09 +00:00
parent 7157b1cee8
commit f871fc4b5f

View File

@@ -36,6 +36,5 @@ display_result $? 2 "Import order check"
npm test npm test
display_result $? 3 "Javascript tests have" display_result $? 3 "Javascript tests have"
## Code coverage py.test -n auto --maxfail=10 tests/ --strict
py.test -n auto --maxfail=10 --cov=app --cov-report=term-missing tests/ --strict -p no:warnings display_result $? 4 "Unit tests have"
display_result $? 4 "Code coverage"