Skip to content

Commit

Permalink
Merge pull request #131 from nfroidure/coveralls
Browse files Browse the repository at this point in the history
Use Coveralls via GitHub Actions
  • Loading branch information
pioug committed May 12, 2021
2 parents 1b6d6c8 + af499d6 commit 4579895
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 326 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.node }}
parallel: true
finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
Loading

0 comments on commit 4579895

Please sign in to comment.