From 740be82b8bb6fa7ad0e54a6397ac22ee7541c6f4 Mon Sep 17 00:00:00 2001 From: Matt Seddon <37993418+mattseddon@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:27:12 +1100 Subject: [PATCH] append e2e tests coverage instead of overwriting (#851) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9bf83ebf7..3b96a12fd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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