Skip to content

Commit

Permalink
Adds token arg to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 30, 2024
1 parent c3291dd commit dd2a0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
covr::codecov(
quiet = FALSE,
clean = FALSE,
token = "${{ secrets.CODECOV_TOKEN }}",
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
)
shell: Rscript {0}
Expand Down

0 comments on commit dd2a0a5

Please sign in to comment.