Skip to content

Commit

Permalink
test: exclude release_bullets() from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Feb 28, 2024
1 parent cbf220c commit 60e2c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/EMODnetWFS-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ emodnetwfs_user_agent <- function() {

globalVariables(c("layer_name", "n"))

release_bullets <- function() {
release_bullets <- function() { # nocov start
c('update vignette with knitr::knit("vignettes/EMODnetWFS.Rmd.orig", output = "vignettes/EMODnetWFS.Rmd")')
}
} # nocov end

0 comments on commit 60e2c00

Please sign in to comment.