From bc1de75f22a7b04d4b160a42510df3bd91b7ab45 Mon Sep 17 00:00:00 2001 From: bradh352 Date: Mon, 1 Nov 2021 16:14:46 -0400 Subject: [PATCH] coveralls needs token --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1d1ffadd..8214251a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -88,10 +88,11 @@ task: env: BUILD_TYPE: "coverage" CI_NAME: "cirrus-ci" - CI_BUILD_NUMBER: "${CIRRUS_BUILD_ID}" - CI_BUILD_URL: "${CIRRUS_REPO_CLONE_URL}" + CI_BUILD_NUMBER: "${CIRRUS_TASK_ID}" + CI_BUILD_URL: "https://cirrus-ci.com/task/${CIRRUS_TASK_ID}" CI_BRANCH: "${CIRRUS_BRANCH}" CI_PULL_REQUEST: "${CIRRUS_PR}" + COVERALLS_REPO_TOKEN: "ENCRYPTED[a46bc6ca908e9e74f102c686cde67cae21d3e792dff46a60e860d1179d9349e8eb5a529132d0effefebdb0dbc3f95810]" CONFIG_OPTS: "--enable-debug --disable-shared --enable-code-coverage --enable-tests" install_script: