From 79bb9a1e4d3728d336be9761e86b4d98c530c8a8 Mon Sep 17 00:00:00 2001 From: Jeffrey Hokanson Date: Sat, 21 Nov 2020 22:58:17 -0700 Subject: [PATCH] Added source for this change --- .github/workflows/test-coverage.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 14f3c81..14e72a6 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -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 @@ -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