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 COVERALLS_PARALLEL: true
name: Submit to coveralls name: Submit to coveralls
run: | run: |
pip install coveralls #pip install coveralls
coveralls debug pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
coveralls
complete_coverals: complete_coverals:
needs: tests-unit needs: tests-unit