From d1345b8dae2233ccaa6f6dea5fedf2c3ef2f24a3 Mon Sep 17 00:00:00 2001 From: montross50 Date: Mon, 31 Oct 2022 00:39:32 -0500 Subject: [PATCH] Add badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 790fd03..52aa7f0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Latest Version on Packagist][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md) [![Total Downloads][ico-downloads]][link-downloads] - +[![CI](https://github.com/limestonenetworks/php-ipmitool/actions/workflows/ci.yml/badge.svg)](https://github.com/limestonenetworks/php-ipmitool/actions/workflows/ci.yml) +[![codecov](https://codecov.io/github/limestonenetworks/php-ipmitool/branch/master/graph/badge.svg?token=3J2HHKQ22E)](https://codecov.io/github/limestonenetworks/php-ipmitool) This is a php wrapper for [ipmitool](https://github.com/ipmitool/ipmitool). The goal is allow easy bootstrapping and integration of ipmitool into an existing application.