From 6ae0976636b493d3ed9297fb11955e4e41440a17 Mon Sep 17 00:00:00 2001 From: AlexVCaron Date: Thu, 15 Feb 2024 14:49:58 -0500 Subject: [PATCH] remove force base, as it breaks PR coverage counters --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4410cd296..ff4f3bf28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,6 @@ jobs: directory: .test_reports/ fail_ci_if_error: true plugin: pycoverage - commit_parent: ${{ github.event.pull_request.base.sha || github.event.before }} - name: Upload test reports and coverage to artifacts uses: actions/upload-artifact@v4.3.1