Skip to content

Commit

Permalink
Merge pull request #47 from SwaragThaikkandi/renovate/codecov-codecov…
Browse files Browse the repository at this point in the history
…-action-4.x

Update codecov/codecov-action action to v4
  • Loading branch information
SwaragThaikkandi authored Mar 27, 2024
2 parents e58042b + c85244b commit fd87b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: coverage.xml

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # Add your Codecov token as a secret
file: coverage.xml
Expand Down

0 comments on commit fd87b43

Please sign in to comment.