diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 76163ab6..23f994a1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -125,8 +125,7 @@ pd_all: roxygen git add -A coverage: - mkdir -p docs/dev/coverage - "$(RBIN)/Rscript" -e "covr::report(file = 'coverage/coverage.html')" + "$(RBIN)/Rscript" -e "covr::report(file = 'docs/coverage/coverage.html')" r-forge: git archive main > $(HOME)/git/mkin/mkin.tar;\ |