From d163e6e1a8753e1b9bfda8fa89dd2d7590f7c0c0 Mon Sep 17 00:00:00 2001 From: notaphplover Date: Thu, 17 Oct 2024 22:31:39 +0200 Subject: [PATCH] fix: update collect coverage workflow to use main branch --- .github/workflows/collect-coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/collect-coverage.yaml b/.github/workflows/collect-coverage.yaml index b86fa643..89a1d253 100644 --- a/.github/workflows/collect-coverage.yaml +++ b/.github/workflows/collect-coverage.yaml @@ -66,7 +66,7 @@ jobs: uses: codecov/codecov-action@v4 with: flags: ${{ matrix.package }} - override_branch: master + override_branch: main token: ${{ secrets.CODECOV_TOKEN }} test-coverage: