From bea831feac2d29c8a9aabe0065a6fc144b2e1dc6 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Mon, 12 Feb 2024 22:01:43 +0000 Subject: [PATCH] Use codecov token to upload coverage results --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 91d80fc..20f8f9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,3 +80,5 @@ jobs: - name: Upload coverage to Codecov if: ${{ always() }} && ${{ env.PYTEST_ARGS_COVERAGE }} uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}