forked from LBRYCommunity/lbry-sdk
fix spaces
This commit is contained in:
parent
8329e649b0
commit
dc8d5a39ea
1 changed files with 5 additions and 5 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -62,12 +62,12 @@ jobs:
|
||||||
HOME: /tmp
|
HOME: /tmp
|
||||||
run: python -m unittest tests/unit/test_conf.py
|
run: python -m unittest tests/unit/test_conf.py
|
||||||
- name: submit coverage report
|
- name: submit coverage report
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.github_token }}
|
GITHUB_TOKEN: ${{ secrets.github_token }}
|
||||||
COVERALLS_FLAG_NAME: tests-unit-${{ runner.os }}
|
COVERALLS_FLAG_NAME: tests-unit-${{ runner.os }}
|
||||||
COVERALLS_PARALLEL: true
|
COVERALLS_PARALLEL: true
|
||||||
run: |
|
run: |
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
coveralls --service=github
|
coveralls --service=github
|
||||||
|
|
||||||
tests-integration:
|
tests-integration:
|
||||||
|
@ -112,10 +112,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: finalize coverage report submission
|
- name: finalize coverage report submission
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.github_token }}
|
GITHUB_TOKEN: ${{ secrets.github_token }}
|
||||||
run: |
|
run: |
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
coveralls --service=github --finish
|
coveralls --service=github --finish
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue