From c0af58881e66c68c2025f7c8f742b3acfd6f3719 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 16 Nov 2021 10:09:42 +0100 Subject: [PATCH] remove some unused codecov declarations --- .github/workflows/CICD.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 0372336a7..cab39a872 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -615,11 +615,6 @@ jobs: # staging directory STAGING='_staging' outputs STAGING - ## # check for CODECOV_TOKEN availability (work-around for inaccessible 'secrets' object for 'if'; see ) - ## # note: CODECOV_TOKEN / HAS_CODECOV_TOKEN is not needed for public repositories when using AppVeyor, Azure Pipelines, CircleCI, GitHub Actions, Travis (see ) - ## unset HAS_CODECOV_TOKEN - ## if [ -n $CODECOV_TOKEN ]; then HAS_CODECOV_TOKEN='true' ; fi - ## outputs HAS_CODECOV_TOKEN # target-specific options # * CARGO_FEATURES_OPTION CARGO_FEATURES_OPTION='--all-features' ; ## default to '--all-features' for code coverage