Skip to content

Commit

Permalink
Merge pull request #197 from crazy-max/update-codecov
Browse files Browse the repository at this point in the history
update codecov/codecov-action to v4
  • Loading branch information
crazy-max authored Apr 8, 2024
2 parents 26648d3 + 4135c29 commit 8c146d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8c146d9

Please sign in to comment.