Skip to content

Commit 9126dc7

Browse files
authored
chore: add codecov step (#871)
1 parent 13a4f70 commit 9126dc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/verifications.yml

+5
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ jobs:
5353

5454
- name: Run tests
5555
run: npm run test:ci
56+
57+
- name: Upload coverage reports to Codecov
58+
uses: codecov/codecov-action@v3
59+
env:
60+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)