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 /_pkgdown.yml | |
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 '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index 34220df8..0902ced9 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -67,6 +67,7 @@ reference: - multistart - llhist - parplot + - check_failed - title: Datasets and known results contents: - ds_mixed @@ -178,5 +179,7 @@ navbar: href: articles/twa.html - text: Example evaluation of NAFTA SOP Attachment examples href: articles/web_only/NAFTA_examples.html + - text: Test coverage + href: coverage/coverage.html - text: News href: news/index.html |