Skip to content

Commit cfb1694

Browse files
committed
upload coverage to codecov
1 parent 2a84377 commit cfb1694

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ jobs:
5757

5858
- name: Check Docs
5959
run: npm run test:docs
60+
61+
- name: Upload coverage to Codecov
62+
uses: codecov/codecov-action@v3
63+
with:
64+
directory: ./tests/coverage

0 commit comments

Comments
 (0)