From d0a599aa7bc38ae39c6e303717a24b2cf04abafb Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 5 Dec 2019 09:11:45 +0100 Subject: [PATCH] Try with new coveralls version --- .github/workflows/ci.yml | 2 +- .travis.yml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0c766de5..c2641384e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/.travis.yml b/.travis.yml index 55f67effb..5d85bf439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index d16fcedc7..5ba8b0382 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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