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