Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben18785 committed Aug 12, 2024
1 parent 0d93ce1 commit 58f0384
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 @@ -33,7 +33,7 @@ jobs:
cov <- covr::package_coverage(
quiet = FALSE,
clean = FALSE,
exclusions <- "src/stanExports_epifilter_covariates.h|src/stanExports_epifilter.h"
line_exclusions = list("src/stanExports_epifilter_covariates.h", "src/stanExports_epifilter.h"),
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
covr::to_cobertura(cov)
Expand Down

0 comments on commit 58f0384

Please sign in to comment.