Try coveralls

This commit is contained in:
Matthias 2019-11-26 12:12:41 +01:00
parent 28ec8b5bc2
commit cceb00c406
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
# 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 TRAVIS_BRANCH=${GITHUB_REF#"ref/heads"}
export TRAVIS_BRANCH=${HEAD_REF}
export CI_BRANCH=${GITHUB_REF#"ref/heads"}
echo "${TRAVIS_BRANCH}"
coveralls || true