Skip to content

Commit 3d61c4c

Browse files
committed
test: Upload coverage reports to Codecov
1 parent ca3b6cb commit 3d61c4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ jobs:
2020
run: npm run tsc && npm run compile
2121
- name: test
2222
run: npm run coverage
23-
23+
- name: Upload coverage reports to Codecov
24+
uses: codecov/codecov-action@v3
25+
env:
26+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)