From 07e042cef48b27912aaf72253fe279efc4aede6d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Oct 2024 11:00:00 +0200 Subject: [PATCH] ci: fix codecov error in github workflow Signed-off-by: Alex --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 17c50758..5c9c696d 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -229,8 +229,8 @@ jobs: name: ${{ matrix.name }} # verbose: true # optional (default = false) fail_ci_if_error: true - use_oidc: true # cspell:ignore oidc files: "*/tests/output/reports/coverage.xml" + token: ${{ secrets.CODECOV_TOKEN }} # - name: Check codecov.io status # if: github.event_name == 'pull_request'