Skip to content

Commit

Permalink
use codecov token as gh env var
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 24, 2024
1 parent 07ca7dc commit 9fab14f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
shell: Rscript {0}

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

0 comments on commit 9fab14f

Please sign in to comment.