mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
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:
@@ -36,6 +36,5 @@ display_result $? 2 "Import order check"
|
||||
npm test
|
||||
display_result $? 3 "Javascript tests have"
|
||||
|
||||
## Code coverage
|
||||
py.test -n auto --maxfail=10 --cov=app --cov-report=term-missing tests/ --strict -p no:warnings
|
||||
display_result $? 4 "Code coverage"
|
||||
py.test -n auto --maxfail=10 tests/ --strict
|
||||
display_result $? 4 "Unit tests have"
|
||||
|
||||
Reference in New Issue
Block a user