Skip to content

Commit

Permalink
ci: Add Coveralls Finished step for matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 5, 2020
1 parent 368f190 commit 60fca39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -97,7 +97,13 @@ jobs:
path: coverage

- name: Upload test coverage to Coveralls
if: startsWith(matrix.os, 'ubuntu')
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 60fca39

Please sign in to comment.