We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0ad86 commit 963a8f9Copy full SHA for 963a8f9
.github/workflows/ci.yml
@@ -28,8 +28,11 @@ jobs:
28
- run: npm install -g nyc
29
- run: npm ci
30
- run: npm run test:cover
31
- - run: curl -Os https://cli.codecov.io/latest/linux/codecov && chmod +x codecov
32
- - run: ./codecov --verbose upload-process -f coverage/coverage-final.json
+
+ - uses: codecov/codecov-action@v5
33
+ with:
34
+ files: coverage/coverage-final.json
35
+ token: ${{ secrets.CODECOV_TOKEN }}
36
37
browser:
38
runs-on: ubuntu-latest
0 commit comments