Skip to content

Commit

Permalink
[codecov] Use v4 of the uploader (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
cacoco authored Feb 11, 2024
1 parent 2b6ab57 commit ec47dc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
if: always()
run: cat TestResults.json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
slug: cacoco/codemetagenerator

0 comments on commit ec47dc4

Please sign in to comment.