We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5025753 commit e059f46Copy full SHA for e059f46
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,10 @@ jobs:
27
- run: npm install -g nyc
28
- run: npm ci
29
- run: npm run test:cover
30
+ - uses: codecov/codecov-action@v5
31
+ with:
32
+ files: coverage/coverage-final.json
33
+ token: ${{ secrets.CODECOV_TOKEN }}
34
35
browser:
36
runs-on: ubuntu-latest
0 commit comments