ci: coveralls: try to aggregate tasks/jobs into builds
see https://github.com/lemurheavy/coveralls-public/issues/1558 see https://github.com/cirruslabs/cirrus-ci-docs/issues/118#issuecomment-717680614
This commit is contained in:
@@ -51,7 +51,8 @@ task:
|
|||||||
ELECTRUM_REQUIREMENTS: contrib/requirements/requirements-travis.txt
|
ELECTRUM_REQUIREMENTS: contrib/requirements/requirements-travis.txt
|
||||||
# following CI_* env vars are set up for coveralls
|
# following CI_* env vars are set up for coveralls
|
||||||
CI_NAME: "CirrusCI"
|
CI_NAME: "CirrusCI"
|
||||||
CI_BUILD_NUMBER: $CIRRUS_TASK_ID
|
CI_BUILD_NUMBER: $CIRRUS_BUILD_ID
|
||||||
|
CI_JOB_ID: $CIRRUS_TASK_ID
|
||||||
CI_BUILD_URL: "https://cirrus-ci.com/task/$CIRRUS_TASK_ID"
|
CI_BUILD_URL: "https://cirrus-ci.com/task/$CIRRUS_TASK_ID"
|
||||||
CI_BRANCH: $CIRRUS_BRANCH
|
CI_BRANCH: $CIRRUS_BRANCH
|
||||||
CI_PULL_REQUEST: $CIRRUS_PR
|
CI_PULL_REQUEST: $CIRRUS_PR
|
||||||
|
|||||||
Reference in New Issue
Block a user