From aa745ba056f81ff8ef0fbb2bae9e1c470f6cc77d Mon Sep 17 00:00:00 2001 From: joaopfonseca Date: Wed, 13 Nov 2024 21:32:05 -0500 Subject: [PATCH] BUILD complete codecov setup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2036b09..dc5898d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: uses: codecov/codecov-action@v2 with: # NOTE: Version is set as a workaround for a macos issue - version: v0.7.3 files: ./coverage.xml fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} verbose: true