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 fe9a668 commit 610452eCopy full SHA for 610452e
.github/workflows/push.yml
@@ -52,12 +52,10 @@ jobs:
52
npm run coverage
53
cat ./coverage-js.info > ./coverage.info
54
cat ./coverage-cc.info >> ./coverage.info
55
- - name: coveralls
56
- if: matrix.os == 'ubuntu-latest' && matrix.node.version != '15.x'
57
- uses: coverallsapp/github-action@master
+ - name: Upload coverage report to Codecov
+ uses: codecov/codecov-action@v1
58
with:
59
- path-to-lcov: ./coverage.info
60
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ file: ./coverage.xml
61
linter:
62
runs-on: [ubuntu-latest]
63
steps:
0 commit comments