Skip to content

Commit aabda8b

Browse files
committed
ci: codecov report upload
1 parent 137fb1a commit aabda8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
- run: npm test
3838
env:
3939
CI: true
40+
- name: Upload coverage to Codecov
41+
uses: codecov/codecov-action@v1
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}
4044

4145
publish:
4246
# publish only when merged in master on original repo, not on PR

0 commit comments

Comments
 (0)