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.
1 parent d571af3 commit 32c1c5bCopy full SHA for 32c1c5b
.github/workflows/run-tests.yml
@@ -44,10 +44,10 @@ jobs:
44
coverage combine
45
coverage xml
46
- name: Upload coverage to Codecov
47
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v5.4.0
48
with:
49
- file: coverage.xml
+ files: coverage.xml
50
flags: unittests
51
name: codecov-umbrella
52
- fail_ci_if_error: true
+ fail_ci_if_error: false
53
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments