From a79b6c459cfa7ca909e7a041d4cd98f85ce18d92 Mon Sep 17 00:00:00 2001 From: tumiwisista Date: Sun, 8 Jun 2025 00:57:24 +0200 Subject: [PATCH 1/2] Add codecov badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a47d262..b280079 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![NuGet](https://img.shields.io/nuget/v/AggregateKit.svg)](https://www.nuget.org/packages/AggregateKit) [![Build](https://github.com/ppilichowski/AggregateKit/actions/workflows/ci.yml/badge.svg)](https://github.com/ppilichowski/AggregateKit/actions) +[![codecov](https://codecov.io/gh/ppilichowski/AggregateKit/branch/main/graph/badge.svg)](https://codecov.io/gh/ppilichowski/AggregateKit) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) AggregateKit is a lightweight library providing essential building blocks for Domain-Driven Design (DDD) in .NET applications. From 30b8c292f0b64140e8dd268e858b8db598dcc289 Mon Sep 17 00:00:00 2001 From: tumiwisista Date: Sun, 8 Jun 2025 00:59:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b280079..791ac7a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![NuGet](https://img.shields.io/nuget/v/AggregateKit.svg)](https://www.nuget.org/packages/AggregateKit) [![Build](https://github.com/ppilichowski/AggregateKit/actions/workflows/ci.yml/badge.svg)](https://github.com/ppilichowski/AggregateKit/actions) -[![codecov](https://codecov.io/gh/ppilichowski/AggregateKit/branch/main/graph/badge.svg)](https://codecov.io/gh/ppilichowski/AggregateKit) +[![codecov](https://codecov.io/gh/suranig/AggregateKit/branch/main/graph/badge.svg)](https://codecov.io/gh/suranig/AggregateKit) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) AggregateKit is a lightweight library providing essential building blocks for Domain-Driven Design (DDD) in .NET applications. @@ -177,4 +177,4 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for complete development instructions. ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.