Skip to content

Commit

Permalink
ci: finish test coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Aug 7, 2022
1 parent 93d71b7 commit c3058f9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test-coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,14 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}

finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GH_TOKEN }}
parallel-finished: true

0 comments on commit c3058f9

Please sign in to comment.