From 596d78d4413bba0d047700e2185c19f773f2c432 Mon Sep 17 00:00:00 2001 From: Antoine Gibek Date: Mon, 11 Sep 2023 15:28:47 +0200 Subject: [PATCH] ci: re-add codecov token --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e32e5ab..1039775 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -204,8 +204,9 @@ jobs: run: ls -lh --color=auto -R - name: Upload coverage report - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/ fail_ci_if_error: true files: coverage.xml