Skip to content

Commit

Permalink
exclude release_questions() from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Nov 18, 2019
1 parent 22e0fa4 commit 4287683
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# function used by devtools::release()
# gramr is avaible from https://github.com/ropenscilabs/gramr
release_questions <- function() {
release_questions <- function() { # nocov start
c(
'Did you ran `gramr::check_project(exclude_chunks = TRUE)`'
)
}
} # nocov end

0 comments on commit 4287683

Please sign in to comment.