Skip to content

Commit

Permalink
Test function_exclusion option in codecov().
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-edwards committed Apr 25, 2024
1 parent cb3efc9 commit 32b6e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package"),
token = if (token != "") token
token = if (token != "") token,
function_exclusions = c("plot.pacea_zooplankton")
)
shell: Rscript {0}

Expand Down

0 comments on commit 32b6e64

Please sign in to comment.