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