Skip to content

Commit

Permalink
ci: 👷 upload coverage report with version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfSoko committed Nov 19, 2024
1 parent 59fa100 commit c789cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: ${{ always() }}
- name: Report Codecov
if: github.ref_name == 'main' && hashFiles('coverage/**/*') != ''
uses: codecov/codecov-action@v5-beta
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down

0 comments on commit c789cca

Please sign in to comment.