Skip to content

Commit

Permalink
Added source for this change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Nov 22, 2020
1 parent 56bb27d commit 79bb9a1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ jobs:
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true

# See: https://github.com/AndreMiras/coveralls-python-action
coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

# - name: Coveralls Parallel
# uses: coverallsapp/github-action@master
Expand All @@ -59,11 +69,3 @@ jobs:
# parallel-finished: true


coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit 79bb9a1

Please sign in to comment.