We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97ab9a + 163952c commit f476b60Copy full SHA for f476b60
.github/workflows/ci.yml
@@ -23,4 +23,6 @@ jobs:
23
- run: npm run build
24
- run: npm test
25
- name: Upload coverage to Codecov
26
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v4
27
+ with:
28
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments