mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix coveralls (?)
This commit is contained in:
parent
f05818a86e
commit
cbf710a4f8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user