mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-03-08 05:31:58 +00:00
Coveralls (#79)
* Trying to fix coveralls and upgrading the packages * Trying to fix coveralls and upgrading the packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user