Fix coveralls (?)

This commit is contained in:
Matthias 2019-11-23 19:48:33 +01:00
parent f05818a86e
commit cbf710a4f8
1 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,9 @@ jobs:
# Allow failure for coveralls
# Fake travis environment to get coveralls working correctly
export TRAVIS_PULL_REQUEST="https://github.com/${GITHUB_REPOSITORY}/pull/$(cat $GITHUB_EVENT_PATH | jq -r .number)"
export CI_BRANCH=${GITHUB_REF#"ref/heads"}
export CI_BRANCH=${HEAD_REF}
echo "${CI_BRANCH}"
export TRAVIS_BRANCH=${GITHUB_REF#"ref/heads"}
export TRAVIS_BRANCH=${HEAD_REF}
echo "${TRAVIS_BRANCH}"
coveralls || true
- name: Backtesting