Skip to content

Commit f0fd4c5

Browse files
authored
chore: upload coverage to codecov (#136)
1 parent 11ea4fa commit f0fd4c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
node-version: 22
2323
- run: npm ci --ignore-scripts --no-audit --no-fund
2424
- run: npm test
25+
- name: Upload coverage reports to Codecov
26+
uses: codecov/codecov-action@v5.5.1
27+
with:
28+
token: ${{ secrets.CODECOV_TOKEN }}
2529

2630
check:
2731
name: Check types

0 commit comments

Comments
 (0)