Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Try 3 for coveralls
  • Loading branch information
boazmohar committed Oct 14, 2021
1 parent a8bac40 commit 938bbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
run: py.test -s -v --cov-config .coveragerc --cov=pywavesurfer --flake8
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.github_token }}
flag-name: run-(${{ matrix.python-version }}, ${{ matrix.os }})
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit 938bbec

Please sign in to comment.