Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan authored Dec 7, 2023
1 parent d09c18d commit 242e1a0
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 @@ -112,7 +112,7 @@ jobs:
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package"),
type = c("tests", "vignettes"),
function_exclusions = c("print\\.", "setup_env", "init_env", "check_env")
function_exclusions = c("print\\.", "setup_env", "init_env", "check_env", "animate_model")
)
shell: Rscript {0}

Expand Down

0 comments on commit 242e1a0

Please sign in to comment.