Skip to content

Commit

Permalink
Merge pull request #155 from curbengh/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
curbengh committed Jun 5, 2024
2 parents f92017f + a5f19db commit e99e110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
env:
CI: true
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e99e110

Please sign in to comment.