From d7aabd9dbb8ef9f503640118da45f5b84833e8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonza=CC=81lez=20Garci=CC=81a?= Date: Mon, 11 Sep 2023 22:17:26 +0200 Subject: [PATCH] add badges --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6324ed5..46968c5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ [![testing.commons build](https://github.com/dgg/testing-commons/actions/workflows/build.yml/badge.svg)](https://github.com/dgg/testing-commons/actions/workflows/build.yml) +![Nuget Testing.Commons](https://img.shields.io/nuget/v/testing.commons?logo=nuget&label=Testing.Commons)
+![Nuget Testing.Commons.NUnit](https://img.shields.io/nuget/v/testing.commons.nunit?logo=nuget&label=Testing.Commons.NUnit) + + +![GitHub tag Testing.Commons)](https://img.shields.io/github/v/tag/dgg/testing-commons?logo=github&filter=v*&label=Testing.Commons)
+![GitHub tag Testing.Commons.NUnit)](https://img.shields.io/github/v/tag/dgg/testing-commons?logo=github&filter=nunit*&label=Testing.Commons.NUnit) + + # Why For some time now I have been testing code from different applications using different testing frameworks. Testing frameworks are awesome (some more than others) but they cannot cover all cases I found and sometimes they should not even try.