From 6b04f9451bce0f5a97bfc5447b144876665ca61b Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 4 Apr 2024 21:00:35 +0200 Subject: [PATCH 1/2] [CHANGE] Update Codecov token to environment variable in workflow --- .github/workflows/automated-checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 25dd7ef0..cbe52b9b 100644 --- a/.github/workflows/automated-checks.yml +++ b/.github/workflows/automated-checks.yml @@ -134,12 +134,14 @@ jobs: }} uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN }} +# token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml # optional # flags: unittests # optional # name: codecov-umbrella # optional # fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Run PyPi Build Test pypi-build-test: From 08476b5c3dcd56e6c15707aaf8ea308316de88fc Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 4 Apr 2024 21:44:37 +0200 Subject: [PATCH 2/2] [CHANGE] Update codecov config --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index db4725cc..37e3df88 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ codecov: require_ci_to_pass: true comment: - layout: header, reach, changes, diff, files, footer + layout: header, diff, files, footer require_changes: false coverage: