diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-07-29 08:06:08 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-07-29 08:06:08 +0200 |
commit | bad2f70c18cd9f57c0d382914327613bcfc9298f (patch) | |
tree | 90cb488bf72c07ce4773c8a644fd9f3d903687c1 /GNUmakefile | |
parent | db43ba615c9084963f743df86512bd92ac88c8af (diff) |
Move coverage to pkgdown docs
The coverage report is neither successful on Travis nor in the github
workflow set up with the usethis package. Therefore the code coverage
report is generated locally and linked into the pkgdown docs.
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;\ |