Skip to content

Commit

Permalink
Merge pull request #104 from victorskl/fix-gha-codecov-setting
Browse files Browse the repository at this point in the history
Fixed Codecov GitHub action setting
  • Loading branch information
victorskl authored Oct 5, 2024
2 parents e9bba09 + be02182 commit 40884e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Publish coverage to to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 40884e4

Please sign in to comment.