Skip to content

Commit 5fc5b2e

Browse files
committed
Skip coverage when running E2E job
1 parent 2db8f3e commit 5fc5b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ jobs:
131131
env:
132132
TEST_NODE_PARITY: 0
133133
run: |
134-
poetry run pytest tests/test_e2e_upload.py -q --maxfail=1
134+
poetry run pytest tests/test_e2e_upload.py -q --maxfail=1 --no-cov

0 commit comments

Comments
 (0)