Skip to content

Commit

Permalink
Merge pull request #268 from 107-systems/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
aentinger committed Feb 1, 2024
2 parents de3e63c + 6013223 commit f01ec47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: "${{ env.COVERAGE_DATA_PATH }}"
fail_ci_if_error: true

0 comments on commit f01ec47

Please sign in to comment.