coveralls integration

This commit is contained in:
klemek
2020-05-02 15:55:12 +02:00
parent 9a45b0a205
commit f9c78e8892
4 changed files with 11 additions and 3 deletions
+4 -3
View File
@@ -37,6 +37,7 @@ jobs:
- run:
command: |
sudo pip install -r requirements.txt
sudo pip install pytest
python -m pytest ./tests/unit
name: Unit tests
sudo pip install pytest pytest-cov python-coveralls
pytest ./tests --cov=.coverage
coveralls
name: Tests