Skip to content

Commit

Permalink
Merge pull request #48 from rOpenSpain/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
2 parents ac1e7e3 + 1f71428 commit 722b415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
# Fail if error if not on PR, or if on PR and token is given
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 722b415

Please sign in to comment.