diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 808fc85e0..c2641384e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,22 +68,11 @@ jobs: pytest --random-order --cov=freqtrade --cov-config=.coveragerc - name: Coveralls - if: startsWith(matrix.os, 'macOS') + if: startsWith(matrix.os, 'ubuntu') env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} - COVERALLS_SERVICE_NAME: travis-ci - TRAVIS: "true" run: | # Allow failure for coveralls - # Fake travis environment to get coveralls working correctly - export TRAVIS_PULL_REQUEST="$(cat $GITHUB_EVENT_PATH | jq -r .number)" - echo ${TRAVIS_PULL_REQUEST} - # export TRAVIS_BRANCH=${GITHUB_REF#"ref/heads"} - # export CI_BRANCH=${GITHUB_REF#"ref/heads"} - export TRAVIS_BRANCH=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.base.ref) - if [ -z ${TRAVIS_BRANCH} ]; then export TRAVIS_BRANCH=${GITHUB_REF#"ref/heads"}; fi - echo "${TRAVIS_BRANCH}" - export TRAVIS_JOB_ID=620176068 coveralls -v || true - name: Backtesting diff --git a/requirements-dev.txt b/requirements-dev.txt index a60bbf0eb..d16fcedc7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ -r requirements-plot.txt -r requirements-hyperopt.txt -coveralls==1.8.2 +coveralls==1.9.1 flake8==3.7.9 flake8-type-annotations==0.1.0 flake8-tidy-imports==3.1.0