Skip to content

Commit

Permalink
Switch to codecov.io because of coverallsapp/github-action#201
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Apr 25, 2024
1 parent cbed2b5 commit b5179b3
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/node.js.yml
Expand Up @@ -28,18 +28,7 @@ jobs:
run: npm run lint
- name: coverage
run: npm run coverage
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
github-token: ${{ secrets.github_token }}
flag-name: node-${{ matrix.node-version }}
parallel: true
finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b5179b3

Please sign in to comment.