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 124ccbd commit c65acf7Copy full SHA for c65acf7
.github/workflows/node.js.yml
@@ -30,7 +30,5 @@ jobs:
30
- run: npm run build --if-present
31
- run: npm run test:cov
32
33
- - name: Coveralls
34
- uses: coverallsapp/github-action@master
35
- with:
36
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v3
0 commit comments