From 20e696f5739df4b575003a717d3b8bb4a27510b0 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Tue, 16 Apr 2024 10:00:48 -0400 Subject: [PATCH] use codecov secret (#833) --- .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 8e2402e6..154a7ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,11 +99,12 @@ jobs: cp coverage.txt $TEST_RESULTS cp coverage.html $TEST_RESULTS - name: Upload coverage report - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v4.2.0 with: file: ./coverage.txt fail_ci_if_error: true verbose: true + token: ${{ secrets.CODECOV_TOKEN }} - name: Store coverage test output uses: actions/upload-artifact@v3 with: