Skip to content

Commit 0bf0024

Browse files
committed
[codecov] make npm test --coverage always succeed even if some test fails
1 parent 9cea64b commit 0bf0024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_codecov_on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2828
run: |
2929
CI=false ./build.sh
30-
npm test -- --coverage --reporters=jest-junit
30+
npm test -- --coverage --reporters=jest-junit || true
3131
working-directory: ./empower/react
3232
- uses: codecov/codecov-action@v3
3333
with:

0 commit comments

Comments
 (0)