Skip to content

Commit 51ae72f

Browse files
committed
codecov.io coverage report
1 parent 4353c9e commit 51ae72f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/webpack.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929
- run: npm install
3030

3131
- run: npm test
32+
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v5
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)