Skip to content

Commit

Permalink
Merge pull request #10 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 d6809ed + 0295f0e commit 57aa5fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ 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 }}
file: ./cobertura.xml
plugin: noop
files: ./cobertura.xml
plugins: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 57aa5fc

Please sign in to comment.