Skip to content

Commit

Permalink
append e2e tests coverage instead of overwriting (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Jan 22, 2025
1 parent 18429d3 commit 740be82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
shell: bash

- name: Run E2E tests
run: nox -s tests-${{ matrix.pyv }} -- -m "e2e" $DISABLE_REMOTES_ARG
run: nox -s tests-${{ matrix.pyv }} -- -m "e2e" --cov-append $DISABLE_REMOTES_ARG
shell: bash

- name: Upload coverage report
Expand Down

0 comments on commit 740be82

Please sign in to comment.