From 7805a6147aeb21a50504958c1161fab831d7e318 Mon Sep 17 00:00:00 2001 From: Andre Kurait Date: Wed, 20 Nov 2024 15:51:06 -0600 Subject: [PATCH] Update Signed-off-by: Andre Kurait --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ab66017d6..3c1790701 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -262,11 +262,12 @@ jobs: path: ./coverage-reports pattern: coverage-reports-* - name: Upload coverage report - uses: codecov/codecov-action@v5.0.5 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true files: /**/coverage-reports/**/*.* flags: unittests + token: ${{ secrets.CODECOV_TOKEN }} # override_branch: ${{ env.workflow-info_branch }} # override_commit: ${{ env.workflow-info_commit }} # override_pr: ${{ env.workflow-info_pr_number }}