Skip to content

Commit 610452e

Browse files
committed
chore(ci): use codecov instead of coveralls
coveralls is failing, and codecov seems to be working on actions now, so replace coveralls with codecov.
1 parent fe9a668 commit 610452e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ jobs:
5252
npm run coverage
5353
cat ./coverage-js.info > ./coverage.info
5454
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
55+
- name: Upload coverage report to Codecov
56+
uses: codecov/codecov-action@v1
5857
with:
59-
path-to-lcov: ./coverage.info
60-
github-token: ${{ secrets.GITHUB_TOKEN }}
58+
file: ./coverage.xml
6159
linter:
6260
runs-on: [ubuntu-latest]
6361
steps:

0 commit comments

Comments
 (0)