From 02f365d35cb3a976b9e8b55d26b2ee5b0fe6b9c0 Mon Sep 17 00:00:00 2001 From: Marc Grimme Date: Mon, 18 Feb 2019 20:11:46 +0100 Subject: [PATCH 1/2] Add simplecov-small-badge as additional formatter --- doc/alternate-formatters.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/alternate-formatters.md b/doc/alternate-formatters.md index db2f0c90..e36caa27 100644 --- a/doc/alternate-formatters.md +++ b/doc/alternate-formatters.md @@ -10,6 +10,11 @@ If you have built or found one that is missing here, please send a Pull Request A formatter that generates a coverage badge for use in your project's readme using ImageMagick. +#### [simplecov-small-badge](https://github.com/marcgrimme/simplecov-smallbadge) +*by Marc Grimme* + +A formatter that generates a small coverage badge for use in your project's readme using the SVG. + #### [simplecov-cobertura](https://github.com/dashingrocket/simplecov-cobertura) *by Jesse Bowes* From c20eac002283b70bc480c29b83d63873c8655012 Mon Sep 17 00:00:00 2001 From: Marc Grimme Date: Mon, 18 Feb 2019 20:12:35 +0100 Subject: [PATCH 2/2] Update alternate-formatters.md --- doc/alternate-formatters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/alternate-formatters.md b/doc/alternate-formatters.md index e36caa27..8f715701 100644 --- a/doc/alternate-formatters.md +++ b/doc/alternate-formatters.md @@ -10,7 +10,7 @@ If you have built or found one that is missing here, please send a Pull Request A formatter that generates a coverage badge for use in your project's readme using ImageMagick. -#### [simplecov-small-badge](https://github.com/marcgrimme/simplecov-smallbadge) +#### [simplecov-small-badge](https://github.com/marcgrimme/simplecov-small-badge) *by Marc Grimme* A formatter that generates a small coverage badge for use in your project's readme using the SVG.