Skip to content

Commit

Permalink
Merge pull request #79 from h1alexbel/renovate/codecov-codecov-action…
Browse files Browse the repository at this point in the history
…-5.x

chore(deps): update codecov/codecov-action action to v5.1.1
  • Loading branch information
h1alexbel authored Dec 6, 2024
2 parents 9af3bdd + d37dbd7 commit 4b7c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: npm install --force -g nyc
- run: npm run cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .nyc_output/*.json
Expand Down

0 comments on commit 4b7c756

Please sign in to comment.