coverage on windows

This commit is contained in:
Lex Berezhny 2020-06-09 20:59:32 -04:00
parent ea6be53071
commit 2c10e71774

View file

@ -51,8 +51,8 @@ jobs:
HOME: /tmp
run: coverage run -m unittest -vv tests.unit.test_conf
# run: coverage run -m unittest discover -vv tests.unit
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
env:
# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
- env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
name: Submit to coveralls