Skip to content

Commit

Permalink
exclude summarize_sim from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Aug 14, 2020
1 parent 6141a91 commit e855a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/summarize_sim.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#'summarize_sim(nc_file, sim_outputs = c('temp','surface_height','wind'))
#'}
#'@export
summarize_sim <- function(file, sim_outputs, fig_path){
summarize_sim <- function(file, sim_outputs, fig_path){ # nocov start

warning('function is deprecated. Use plot_var.')
return(NULL)
}
} # nocov end

0 comments on commit e855a90

Please sign in to comment.