From 69a7e120d1d9587046c0a228e222b0f60ec535f1 Mon Sep 17 00:00:00 2001 From: Bianca Rosa Date: Thu, 30 May 2024 00:23:46 -0300 Subject: [PATCH] update codecov gh action --- .github/workflows/test-api.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-api.yml b/.github/workflows/test-api.yml index 0e24c11d..6a140d0c 100644 --- a/.github/workflows/test-api.yml +++ b/.github/workflows/test-api.yml @@ -24,9 +24,10 @@ jobs: - name: Test Coverage run: make coverage - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} lint: runs-on: ubuntu-latest