Skip to content

Commit

Permalink
using codecov token explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Davies committed Apr 15, 2024
1 parent 9dd4ecf commit 643e263
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 @@ -34,5 +34,5 @@ jobs:
shell: bash

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

0 comments on commit 643e263

Please sign in to comment.