Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 24, 2024
1 parent ecd01f5 commit 07ca7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
shell: Rscript {0}

- name: Test coverage
run: covr::codecov()
run: covr::codecov(token = "${{secrets.CODECOV_TOKEN}}")
shell: Rscript {0}

0 comments on commit 07ca7dc

Please sign in to comment.