Skip to content

Commit

Permalink
Take into account parameter name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Dec 3, 2024
1 parent 03cc28c commit 1695802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
file: ./cobertura.xml
plugin: noop
files: ./cobertura.xml
plugins: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 1695802

Please sign in to comment.