Skip to content

Commit c3b724c

Browse files
committed
upload coverage to codecov
1 parent ac67980 commit c3b724c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ jobs:
5555

5656
- name: Check Docs
5757
run: npm run test:docs
58+
59+
- name: Upload coverage to Codecov
60+
uses: codecov/codecov-action@v3
61+
with:
62+
# token: ${{ secrets.CODECOV_TOKEN }}
63+
directory: ./tests/coverage

0 commit comments

Comments
 (0)