From af09560ea28c6dbad94c16e815cebd131fd6a1ef Mon Sep 17 00:00:00 2001 From: riddhi-desai Date: Wed, 7 Aug 2024 11:25:49 -0400 Subject: [PATCH] update unit_test_coverage to use codecov token and update version for codecov action --- .github/workflows/unit_test_coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_test_coverage.yml b/.github/workflows/unit_test_coverage.yml index 1a7fece..f8cf494 100644 --- a/.github/workflows/unit_test_coverage.yml +++ b/.github/workflows/unit_test_coverage.yml @@ -96,7 +96,9 @@ jobs: with: name: coverage - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: lcov.info fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} # required + \ No newline at end of file