From 3c58b0b09660062c9b0fcca5cfd28c01fc58f307 Mon Sep 17 00:00:00 2001 From: Patrick Breheny Date: Fri, 18 Oct 2024 15:39:57 -0500 Subject: [PATCH] Attempting to fix codecov --- .github/workflows/test-coverage.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 56bbddf1..c58531f6 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -12,7 +12,7 @@ jobs: test-coverage: runs-on: ubuntu-latest env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Corrected token name steps: - uses: actions/checkout@v4 @@ -33,8 +33,3 @@ jobs: - name: Test coverage run: covr::codecov(quiet=FALSE) shell: Rscript {0} - - - name: Upload results to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }}