diff --git a/R/ichimoku-package.R b/R/ichimoku-package.R index 7762f9b6..d13704f6 100644 --- a/R/ichimoku-package.R +++ b/R/ichimoku-package.R @@ -98,6 +98,9 @@ #' "_PACKAGE" +# nocov start +# tested implicitly + .onLoad <- function(libname, pkgname) { do_ <- do_() do_ <<- do_ @@ -118,3 +121,5 @@ cat("\n") invisible(quote(expr=)) } + +# nocov end diff --git a/R/oanda.R b/R/oanda.R index dc85cc73..420958bf 100644 --- a/R/oanda.R +++ b/R/oanda.R @@ -16,6 +16,9 @@ # Ichimoku - OANDA fxTrade API Interface --------------------------------------- +# nocov start +# tested manually as access token required + #' OANDA Price Data #' #' Retrieve price data for major currencies, metals, commodities, government @@ -1156,3 +1159,5 @@ oanda_orders <- function(instrument, time, server, apikey) { invisible(df) } + +# nocov end diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 56e9f769..00000000 --- a/codecov.yml +++ /dev/null @@ -1,16 +0,0 @@ -comment: false -coverage: - status: - project: - default: - target: auto - threshold: 1% - informational: true - patch: - default: - target: auto - threshold: 1% - informational: true -ignore: - - "R/ichimoku-package.R" - - "R/oanda.R" diff --git a/_pkgdown.yml b/pkgdown/_pkgdown.yml similarity index 100% rename from _pkgdown.yml rename to pkgdown/_pkgdown.yml