Skip to content

Commit

Permalink
ci: fix coveralls report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Jan 25, 2021
1 parent 7cdae76 commit d1e089f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload Coverage
run: |
pip3 install coveralls
coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Finished
run: |
pip3 install coveralls
coveralls --finish
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Python_Package:
Expand Down

0 comments on commit d1e089f

Please sign in to comment.