Skip to content

Commit

Permalink
Add CODECOV_TOKEN as secret to test-coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Jun 9, 2024
1 parent ff3ea47 commit adf46d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:

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

0 comments on commit adf46d1

Please sign in to comment.