forked from LBRYCommunity/lbry-sdk
coverage on windows
This commit is contained in:
parent
ea6be53071
commit
2c10e71774
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -51,8 +51,8 @@ jobs:
|
||||||
HOME: /tmp
|
HOME: /tmp
|
||||||
run: coverage run -m unittest -vv tests.unit.test_conf
|
run: coverage run -m unittest -vv tests.unit.test_conf
|
||||||
# run: coverage run -m unittest discover -vv tests.unit
|
# run: coverage run -m unittest discover -vv tests.unit
|
||||||
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
||||||
env:
|
- env:
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
COVERALLS_PARALLEL: true
|
COVERALLS_PARALLEL: true
|
||||||
name: Submit to coveralls
|
name: Submit to coveralls
|
||||||
|
|
Loading…
Reference in a new issue