coveralls integration

This commit is contained in:
klemek
2020-05-02 16:05:18 +02:00
parent 8312589ab4
commit a2ffd83ca1
2 changed files with 2 additions and 2 deletions
+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=.coverage
pytest ./tests --cov=.coveragerc
coveralls
name: Tests