Skip to content

Commit

Permalink
Merge pull request #3014 from skaut/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.2.0

Bump codecov/codecov-action from 5.1.2 to 5.2.0
  • Loading branch information
marekdedic authored Jan 23, 2025
2 parents 868c3ef + 86b7483 commit a20d5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
npm run test
- name: "Upload coverage results"
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit a20d5f8

Please sign in to comment.