Skip to content

Commit d558c3f

Browse files
committed
fix test coverage workflow
1 parent 01dd138 commit d558c3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
"src/stanExports_test_lcdm.h",
5151
"src/stanExports_test_dina.h",
5252
"src/stanExports_test_dino.h"),
53-
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
53+
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
5454
)
55+
covr::to_cobertura(cov)
5556
shell: Rscript {0}
5657

5758
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)