forked from LBRYCommunity/lbry-sdk
andremiras coveralls - spacing
This commit is contained in:
parent
1fe444bca2
commit
fad144cb96
1 changed files with 7 additions and 7 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
@ -60,18 +60,18 @@ jobs:
|
||||||
# pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
|
# pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
|
||||||
# coveralls
|
# coveralls
|
||||||
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
||||||
uses: AndreMiras/coveralls-python-action@develop
|
uses: AndreMiras/coveralls-python-action@develop
|
||||||
with:
|
with:
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
coveralls_finish:
|
coveralls_finish:
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Coveralls Finished
|
- name: Coveralls Finished
|
||||||
uses: AndreMiras/coveralls-python-action@develop
|
uses: AndreMiras/coveralls-python-action@develop
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
|
||||||
# complete_coverals:
|
# complete_coverals:
|
||||||
# needs: tests-unit
|
# needs: tests-unit
|
||||||
|
|
Loading…
Reference in a new issue