Skip to content

Commit

Permalink
Trying to fix Coveralls deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 21, 2020
1 parent c6263ed commit d5303ff
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,15 @@ jobs:
run: "python -m tox"

- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.1
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.github_token }}
# flag-name: run-${{ matrix.python-version }}
parallel: true
env:
COVERALLS_FLAG_NAME: run-${{ matrix.python-version }}

finish:
needs: tests
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit d5303ff

Please sign in to comment.