We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4366cb5 commit fc0dc71Copy full SHA for fc0dc71
.github/workflows/test.yml
@@ -17,4 +17,6 @@ jobs:
17
- run: npm install
18
- run: npm test
19
- run: npm run coverage
20
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
21
+ with:
22
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments