mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04: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
|
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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user