Skip to content

Commit d2b47e6

Browse files
Ygnasopenshift-merge-bot[bot]
authored andcommitted
fix(ci): remove 'continue-on-error' from unit test workflow for accurate test reporting
1 parent 2bf575b commit d2b47e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/unit-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
coverage run -m pytest
3030
coverage=$(coverage report -m | tail -1 | tail -c 4 | head -c 2)
3131
if (( $coverage < 90 )); then echo "Coverage failed at ${coverage}%"; exit 1; else echo "Coverage passed, ${coverage}%"; fi
32-
continue-on-error: true
3332
- name: Upload to Codecov
3433
uses: codecov/codecov-action@v4
3534
with:

0 commit comments

Comments
 (0)