Skip to content

Commit 4f8147a

Browse files
committed
CAIP-80 disable coverage for e2e
1 parent 32265af commit 4f8147a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
SYMPHONY_HOST: ${{ vars.SYMPHONY_HOST }}
5454
TEST_USER_ID: ${{ vars.TEST_SYM_USER_ID }}
5555
BOT_USER_ID: ${{ vars.BOT_USER_ID }}
56-
run: poetry run pytest -m e2e
56+
run: poetry run pytest -m e2e --no-cov
5757
timeout-minutes: 10

0 commit comments

Comments
 (0)