Skip to content

Commit

Permalink
Explicitly set the source branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Koval committed Dec 7, 2024
1 parent 3c53ccc commit 0c68fc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c68fc0

Please sign in to comment.