From 25c1783db156f706ad65c9257b508b1d547f5e08 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Wed, 31 Jul 2024 02:55:30 +0200 Subject: [PATCH] Update base.yml --- .github/workflows/base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index d7cdce0e..87952e25 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -78,6 +78,6 @@ jobs: if: "${{ github.repository_owner == 'micro5k' }}" uses: codecov/codecov-action@v4 with: - token: "${{ secrets.CODECOV_TOKEN }}" fail_ci_if_error: true - files: "${{ github.workspace }}/coverage/codecov-result.json" + token: "${{ secrets.CODECOV_TOKEN }}" + #files: "${{ github.workspace }}/coverage/codecov-result.json"