aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 42df55d5..d43a9026 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -121,6 +121,10 @@ pd_all: roxygen
"$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)"
git add -A
+coverage:
+ mkdir -p docs/dev/coverage
+ "$(RBIN)/Rscript" -e "covr::report(file = 'coverage/coverage.html')"
+
r-forge:
git archive main > $(HOME)/git/mkin/mkin.tar;\
cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/git/mkin/mkin.tar;\

Contact - Imprint