From 291774e0424a8ee52bf626b4a8ce619da096bb0e Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Sat, 8 Jun 2024 04:38:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=87=20Add=20CODECOV=5FTOKEN=20(#268)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The action codecov/codecov-action@v4 removed support for tokenless uploads so pushes to main failed upload coverage reports for the last 3 months --- .github/workflows/test.yml | 2 ++ codecov.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 264d0e10..92319c32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,6 +119,8 @@ jobs: with: file: ./coverage.xml name: ${{ matrix.os }}-py${{ matrix.python-version }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} test-pyglotaran-dev: name: Test pyglotaran dev diff --git a/codecov.yml b/codecov.yml index 9f09adf3..e6ee1cc5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,5 @@ codecov: - require_ci_to_pass: no + require_ci_to_pass: false coverage: status: