mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-30 19:24:58 -04:00
Compare commits
5 Commits
python_man
...
63abd500b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63abd500b6 | ||
|
|
37fee05bfb | ||
|
|
f290ae30a7 | ||
|
|
1daccc812c | ||
|
|
6d0bd1cfca |
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 -vv --maxfail=10 --ignore=tests/end_to_end tests/
|
||||
run: poetry run coverage run --omit=*/notifications_utils/* -m pytest --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