We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a098cf commit aba500fCopy full SHA for aba500f
1 file changed
.github/workflows/test-coverage.yaml
@@ -30,7 +30,7 @@ jobs:
30
covr::codecov(
31
quiet = FALSE,
32
clean = FALSE,
33
- token = "${{ secrets.CODECOV_TOKEN }}"
+ token = "${{ secrets.CODECOV_TOKEN }}",
34
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
35
)
36
shell: Rscript {0}
0 commit comments