Skip to content

Commit

Permalink
coveralls parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Nov 23, 2023
1 parent 5e35f63 commit ea22dcc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ jobs:
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: "true"
COVERALLS_SERVICE_JOB_ID: ${{ github.run_id }}
run: |
pip install --upgrade coveralls
coveralls --service=github-actions
coveralls --service=github
finish:
runs-on: ubuntu-latest
needs: build
steps:
- name: finish coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls --service=github --finish

0 comments on commit ea22dcc

Please sign in to comment.