Skip to content

Commit ca69e25

Browse files
committed
fix(CI): Fix codecov step
1 parent f0dd220 commit ca69e25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
- name: Test
3333
run: yarn lib:test:ci
3434
- name: Coverage
35-
run: yarn codecov
35+
uses: codecov/codecov-action@v1
36+
with:
37+
fail_ci_if_error: true # optional (default = false)
3638
- name: Rebuild for release
3739
if: contains('refs/heads/master refs/heads/next', github.ref)
3840
run: |

0 commit comments

Comments
 (0)