From 0a0acdd81cb233200e5bd0fd2aabd34a97c0fc82 Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Sat, 9 Nov 2024 16:14:55 +0100 Subject: [PATCH] Add badges --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22c13f5..13bd6e1 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ [![PyPI - Version](https://img.shields.io/pypi/v/babyyoda.svg)](https://pypi.org/project/babyyoda) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/babyyoda.svg)](https://pypi.org/project/babyyoda) +[![GitHub Actions Status: CI](https://github.com/APN-Pucky/babyyoda/workflows/CI/badge.svg)](https://github.com/APN-Pucky/babyyoda/actions) +[![Code Coverage](https://codecov.io/gh/APN-Pucky/babyyoda/graph/badge.svg?branch=master)](https://codecov.io/gh/APN-Pucky/babyyoda?branch=master) ------ +______________________________________________________________________ ## Differences to yoda @@ -22,7 +24,6 @@ and the disadvantages to `yoda` are that it - is not as well tested. - only has histogram support. - ## Installation ```console