Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Sep 25, 2024
1 parent 4c265ac commit 0c33f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cov <- covr::package_coverage(
quiet = FALSE,
clean = FALSE,
function_exclusions = skip_fun
function_exclusions = skip_fun,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
covr::to_cobertura(cov)
Expand Down

0 comments on commit 0c33f95

Please sign in to comment.