forked from LBRYCommunity/lbry-sdk
pin coveralls app github action
This commit is contained in:
parent
56ff1342c4
commit
d99e4221f2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -57,15 +57,15 @@ jobs:
|
||||||
COVERALLS_PARALLEL: true
|
COVERALLS_PARALLEL: true
|
||||||
name: Submit to coveralls
|
name: Submit to coveralls
|
||||||
run: |
|
run: |
|
||||||
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
|
pip install coveralls
|
||||||
coveralls
|
coveralls debug
|
||||||
|
|
||||||
complete_coverals:
|
complete_coverals:
|
||||||
needs: tests-unit
|
needs: tests-unit
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Coveralls Finished
|
- name: Coveralls Finished
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@57daa114
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
|
Loading…
Reference in a new issue