Skip to content

Commit 32c1c5b

Browse files
authored
Update run-tests.yml
1 parent d571af3 commit 32c1c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
coverage combine
4545
coverage xml
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v3.1.4
47+
uses: codecov/codecov-action@v5.4.0
4848
with:
49-
file: coverage.xml
49+
files: coverage.xml
5050
flags: unittests
5151
name: codecov-umbrella
52-
fail_ci_if_error: true
52+
fail_ci_if_error: false
5353
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)