diff --git a/README.md b/README.md index c68707c..54fab59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # stats4phc + +[![Check 🛠](https://github.com/genentech/stats4phc/actions/workflows/check.yaml/badge.svg)](https://genentech.github.io/stats4phc/main/unit-test-report/) +[![Docs 📚](https://github.com/genentech/stats4phc/actions/workflows/docs.yaml/badge.svg)](https://genentech.github.io/stats4phc/) +[![Code Coverage 📔](https://raw.githubusercontent.com/genentech/stats4phc/_xml_coverage_reports/data/main/badge.svg)](https://genentech.github.io/stats4phc/main/coverage-report/) + Performance evaluation for the prognostic value of predictive models intended to support personalized healthcare (phc) when the outcomes of interest are binary. diff --git a/_pkgdown.yml b/_pkgdown.yml index 6be4d7d..bf7be55 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -16,9 +16,16 @@ home: navbar: bg: primary structure: - left: [intro, reference] + left: [intro, reference, reports] right: [search, github] components: + reports: + text: Reports + menu: + - text: Coverage report + href: coverage-report/ + - text: Unit test report + href: unit-test-report/ github: icon: fab fa-github fa-lg href: https://www.github.com/genentech/stats4phc