From 0c68fc04ca9933bdf78a84c4416ba7c233ea0259 Mon Sep 17 00:00:00 2001 From: Konstantin Koval Date: Sat, 7 Dec 2024 10:26:27 +0200 Subject: [PATCH] Explicitly set the source branch --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0fb252c7..e1e1d4694 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,6 +89,7 @@ jobs: uses: codecov/test-results-action@v1 if: ${{ steps.test.conclusion == 'success' || steps.test.conclusion == 'failure' }} with: + override_branch: ${{ github.ref }} token: ${{ secrets.CODECOV_TOKEN }} flags: api-${{ matrix.database }} files: ./api/test-api-coverage-report.xml @@ -135,6 +136,7 @@ jobs: uses: codecov/test-results-action@v1 if: ${{ steps.test.conclusion == 'success' || steps.test.conclusion == 'failure' }} with: + override_branch: ${{ github.ref }} token: ${{ secrets.CODECOV_TOKEN }} flags: ui directory: ./ui