Skip to content

Commit

Permalink
add missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Nov 25, 2024
1 parent a09b929 commit 431aded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
cov <- covr::package_coverage(
quiet = FALSE,
clean = FALSE,
path = "pkg/caret",
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
covr::to_cobertura(cov)
Expand Down

0 comments on commit 431aded

Please sign in to comment.