Skip to content

Commit 98053c4

Browse files
fix: add codecov to action
1 parent bda1feb commit 98053c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
run: yarn lint
115115
- name: spell
116116
run: yarn cspell
117+
- name: install codecov
118+
run: yarn global add codecov
119+
if: contains(github.ref, 'refs/heads/master')
117120
- name: cover
118121
if: contains(github.ref, 'refs/heads/master')
119122
run: yarn codecov

0 commit comments

Comments
 (0)