bboe coveralls

This commit is contained in:
Lex Berezhny 2020-06-09 13:56:01 -04:00
parent d99e4221f2
commit 47d207ff77

View file

@ -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