Skip to content

Commit

Permalink
Add codecov token to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
meixichen committed Jun 19, 2024
1 parent 34023b0 commit ad63fa3
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 @@ -31,5 +31,5 @@ jobs:
extra-packages: covr

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

0 comments on commit ad63fa3

Please sign in to comment.