coveralls integration

This commit is contained in:
klemek
2020-05-02 16:10:23 +02:00
parent ef4a28f40c
commit edeec37c40
+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
pytest ./tests --cov=meme_otron
coveralls
name: Tests