Skip to content

Commit

Permalink
ci: add missing parallel coverage reporting step
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Sep 25, 2021
1 parent 24e51ad commit 8bcdf7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -41,3 +41,13 @@ jobs:
github-token: ${{ secrets.github_token }}
flag-name: Node.js ${{ matrix.node }}
parallel: true
teardown:
needs: run
name: Submitting coverage
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit 8bcdf7f

Please sign in to comment.