forked from LBRYCommunity/lbry-sdk
bboe coveralls
This commit is contained in:
parent
d99e4221f2
commit
47d207ff77
1 changed files with 3 additions and 2 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -57,8 +57,9 @@ jobs:
|
|||
COVERALLS_PARALLEL: true
|
||||
name: Submit to coveralls
|
||||
run: |
|
||||
pip install coveralls
|
||||
coveralls debug
|
||||
#pip install coveralls
|
||||
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
|
||||
coveralls
|
||||
|
||||
complete_coverals:
|
||||
needs: tests-unit
|
||||
|
|
Loading…
Reference in a new issue