From ccca570ade34abd7ec41a70ce1f29552810b7473 Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Thu, 11 Apr 2024 17:49:18 +0200 Subject: [PATCH] Support Codecov v4 changes (#153) Pass `CODECOV_TOKEN` to shared workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66a1ad..ddebd6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,6 @@ jobs: CACHE_VERSION: 2 PYTHON_VERSION_DEFAULT: 3.8.14 PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit - MINIMUM_COVERAGE_PERCENTAGE: 46 \ No newline at end of file + MINIMUM_COVERAGE_PERCENTAGE: 46 + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}