forked from LBRYCommunity/lbry-sdk
explicit coverralls service
This commit is contained in:
parent
0974afd26d
commit
1e541d0225
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
COVERALLS_PARALLEL: true
|
||||
run: |
|
||||
pip install coveralls
|
||||
coveralls -v
|
||||
coveralls -v --service=github
|
||||
|
||||
tests-integration:
|
||||
name: "tests / integration"
|
||||
|
@ -117,7 +117,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.github_token }}
|
||||
run: |
|
||||
pip install coveralls
|
||||
coveralls -v --finish
|
||||
coveralls -v --service=github --finish
|
||||
|
||||
build:
|
||||
needs: ["lint", "tests-unit", "tests-integration"]
|
||||
|
|
Loading…
Reference in a new issue