Skip to content

Commit dd2a0a5

Browse files
committed
Adds token arg to codecov
1 parent c3291dd commit dd2a0a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
covr::codecov(
8989
quiet = FALSE,
9090
clean = FALSE,
91+
token = "${{ secrets.CODECOV_TOKEN }}",
9192
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
9293
)
9394
shell: Rscript {0}

0 commit comments

Comments
 (0)