Skip to content

Commit 68c018d

Browse files
committed
revert to fail_ci_if_error: true
1 parent e577fa6 commit 68c018d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Upload coverage
5252
uses: codecov/codecov-action@v4
5353
with:
54-
fail_ci_if_error: false
54+
fail_ci_if_error: true
5555
files: ./coverage.xml
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
verbose: true

0 commit comments

Comments
 (0)