Try with new coveralls version

This commit is contained in:
Matthias 2019-12-05 09:11:45 +01:00
parent 7cd014cf27
commit d0a599aa7b
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
# Allow failure for coveralls
coveralls -v --service github-actions || true
coveralls -v || true
- name: Backtesting
run: |

View File

@ -24,7 +24,7 @@ jobs:
script:
- pytest --random-order --cov=freqtrade --cov-config=.coveragerc
# Allow failure for coveralls
- coveralls -v || true
# - coveralls -v || true
name: pytest
- script:
- cp config.json.example config.json

View File

@ -3,7 +3,7 @@
-r requirements-plot.txt
-r requirements-hyperopt.txt
coveralls==1.9.1
coveralls==1.9.2
flake8==3.7.9
flake8-type-annotations==0.1.0
flake8-tidy-imports==3.1.0