From 6a6fcf4b95df1169c60929744c440bbec093df89 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sun, 29 Oct 2023 19:58:03 +0100 Subject: [PATCH] Setup codecov --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f1e9ba53..a4599f132 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,3 +50,5 @@ jobs: - name: Upload coverage to Codecov if: ${{ always() }} uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}