We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f774fb + 62ef047 commit dc98cbcCopy full SHA for dc98cbc
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# https://github.com/marketplace/actions/codecov
42
- name: Send test coverage to codecov.io
43
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
44
with:
45
files: clover.xml,!tests/clover.xml,!tests/clover-invalid.xml,!tests/clover-test-divide-by-zero.xml
46
fail_ci_if_error: true # optional (default = false)
0 commit comments