mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-21 06:49:49 -04:00
Compare commits
1 Commits
main
...
python_man
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a64c65c49 |
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
- name: Run js tests
|
||||
run: npm test
|
||||
- name: Run py tests with coverage
|
||||
run: poetry run coverage run --omit=*/notifications_utils/* -m pytest --maxfail=10 --ignore=tests/end_to_end tests/
|
||||
run: poetry run coverage run --omit=*/notifications_utils/* -m pytest -vv --maxfail=10 --ignore=tests/end_to_end tests/
|
||||
- name: Check coverage threshold
|
||||
run: poetry run coverage report --fail-under=90
|
||||
|
||||
|
||||
Reference in New Issue
Block a user