coveralls integration

This commit is contained in:
klemek
2020-05-02 16:09:35 +02:00
parent a2ffd83ca1
commit ef4a28f40c
+1 -1
View File
@@ -38,6 +38,6 @@ jobs:
command: |
sudo pip install -r requirements.txt
sudo pip install pytest pytest-cov coveralls
pytest ./tests --cov=.coveragerc
pytest ./tests --cov
coveralls
name: Tests