Skip to content

Commit

Permalink
ci: use official client
Browse files Browse the repository at this point in the history
  • Loading branch information
escaped committed May 21, 2022
1 parent 76e20e8 commit b81fb23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.test_number }}
parallel: true

coveralls_finish:
needs: [test]
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit b81fb23

Please sign in to comment.