Coveralls (#79)

* Trying to fix coveralls and upgrading the packages

* Trying to fix coveralls and upgrading the packages
This commit is contained in:
mtakaki
2020-01-19 14:25:29 -08:00
committed by GitHub
parent e36a4e5429
commit b712eda001
4 changed files with 13 additions and 12 deletions

View File

@@ -30,7 +30,6 @@ jobs:
source bin/activate
pip3 install -r dev_requirements.txt
pip3 install -r requirements.txt
python3 setup.py install
pip3 install coveralls
- save_cache:
@@ -42,7 +41,7 @@ jobs:
name: run tests
command: |
. bin/activate
py.test tests --junitxml=test-reports/junit.xml --cov=cachet_url_monitor
python -m pytest tests --junitxml=test-reports/junit.xml --cov=cachet_url_monitor
coveralls
coverage xml
python-codacy-coverage -r coverage.xml