Skip to content

Commit 95a00f3

Browse files
authored
Merge pull request #22 from LuchoTurtle/coverage
2 parents d7bd173 + 9b59d82 commit 95a00f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
24+
2425
- run: npm install
2526
- run: npm run build --if-present
26-
- run: npm test
27+
- run: npm test
28+
29+
- name: Upload coverage reports to Codecov
30+
uses: codecov/codecov-action@v3
31+
env:
32+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)