Skip to content

Commit

Permalink
update codecov-action to latest version (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt authored Aug 26, 2024
1 parent fe74438 commit a7ad26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ success() }}
run: npm run test:backend && npm run test:frontend:coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit a7ad26d

Please sign in to comment.