Skip to content

Commit

Permalink
use the official action to finish parallel builds?
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Nov 5, 2020
1 parent 5adb384 commit 2ba04ec
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,9 @@ jobs:
name: Finish Coveralls
needs: tests
runs-on: ubuntu-latest
container: python:3-slim
steps:
- name: Finished
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls --finish
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 2ba04ec

Please sign in to comment.