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 6707487 commit c2fdd01Copy full SHA for c2fdd01
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: npm install
24
- run: npm test
25
- run: npm run test:coverage
26
- # - name: codecov
27
- # uses: codecov/codecov-action@v3
28
- # env:
29
- # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ - name: codecov
+ uses: codecov/codecov-action@v3
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments