From bad2f70c18cd9f57c0d382914327613bcfc9298f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Jul 2024 08:06:08 +0200 Subject: 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. --- _pkgdown.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '_pkgdown.yml') 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 -- cgit v1.2.1