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
|
COVERALLS_PARALLEL: true
|
||||||
run: |
|
run: |
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
coveralls -v
|
coveralls -v --service=github
|
||||||
|
|
||||||
tests-integration:
|
tests-integration:
|
||||||
name: "tests / integration"
|
name: "tests / integration"
|
||||||
|
@ -117,7 +117,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.github_token }}
|
GITHUB_TOKEN: ${{ secrets.github_token }}
|
||||||
run: |
|
run: |
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
coveralls -v --finish
|
coveralls -v --service=github --finish
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: ["lint", "tests-unit", "tests-integration"]
|
needs: ["lint", "tests-unit", "tests-integration"]
|
||||||
|
|
Loading…
Reference in a new issue