Skip to content

Commit

Permalink
Update .github/workflows/test-coverage.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
  • Loading branch information
joethorley and krlmlr authored Aug 7, 2024
1 parent 2973a94 commit 7583ad5
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 @@ -40,7 +40,7 @@ jobs:

- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: ${{ true }} # fail ci if error
fail_ci_if_error: true # fail ci if error
file: ./cobertura.xml
plugin: noop
disable_search: true
Expand Down

0 comments on commit 7583ad5

Please sign in to comment.