Skip to content

Commit

Permalink
Attempting to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreheny committed Oct 18, 2024
1 parent 771a2e3 commit 3c58b0b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 3c58b0b

Please sign in to comment.