From f667bac2cfd5d343ced5a3fb42d3e2fe9240c326 Mon Sep 17 00:00:00 2001 From: Aleksander Chlebowski Date: Fri, 9 Dec 2022 12:07:33 +0100 Subject: [PATCH] add workflow badges to README --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bec3a1aa..44fd4044 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,23 @@ # teal.osprey -[![Code Coverage](https://raw.githubusercontent.com/insightsengineering/teal.osprey/_xml_coverage_reports/data/main/badge.svg)](https://raw.githubusercontent.com/insightsengineering/teal.osprey/_xml_coverage_reports/data/main/coverage.xml) +[![Check 🛠](https://github.com/insightsengineering/teal.osprey/actions/workflows/check.yaml/badge.svg)](https://github.com/insightsengineering/teal.osprey/actions/workflows/check.yaml) +[![Docs 📚](https://github.com/insightsengineering/teal.osprey/actions/workflows/docs.yaml/badge.svg)](https://insightsengineering.github.io/teal.osprey/) +[![Release 🎈](https://github.com/insightsengineering/teal.osprey/actions/workflows/release.yaml/badge.svg)](https://github.com/insightsengineering/teal.osprey/releases) +[![Code Coverage 📔](https://raw.githubusercontent.com/insightsengineering/teal.osprey/_xml_coverage_reports/data/main/badge.svg)](https://raw.githubusercontent.com/insightsengineering/teal.osprey/_xml_coverage_reports/data/main/coverage.xml) + +![GitHub forks](https://img.shields.io/github/forks/insightsengineering/teal.osprey?style=social) +![GitHub Repo stars](https://img.shields.io/github/stars/insightsengineering/teal.osprey?style=social) + +![GitHub commit activity](https://img.shields.io/github/commit-activity/m/insightsengineering/teal.osprey) +![GitHub contributors](https://img.shields.io/github/contributors/insightsengineering/teal.osprey) +![GitHub last commit](https://img.shields.io/github/last-commit/insightsengineering/teal.osprey) +![GitHub pull requests](https://img.shields.io/github/issues-pr/insightsengineering/teal.osprey) +![GitHub repo size](https://img.shields.io/github/repo-size/insightsengineering/teal.osprey) +![GitHub language count](https://img.shields.io/github/languages/count/insightsengineering/teal.osprey) +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![Current Version](https://img.shields.io/github/r-package/v/insightsengineering/teal.osprey/main?color=purple\&label=package%20version)](https://github.com/insightsengineering/teal.osprey/tree/main) +[![Open Issues](https://img.shields.io/github/issues-raw/insightsengineering/teal.osprey?color=red\&label=open%20issues)](https://github.com/insightsengineering/teal.osprey/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) The teal.osprey package provides community contributed `teal` modules of the analysis functions from the [osprey](https://insightsengineering.github.io/osprey/) R package.