From c8fb7907f5b12078c1f6b4a9a8630ff0f89cd9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Sat, 15 Jul 2023 13:40:27 +0200 Subject: [PATCH] docs: added Code Climate badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fc1ea8..1874502 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![Nuget downloads](https://img.shields.io/nuget/dt/Monaco.Template?style=plastic)](https://www.nuget.org/packages/Monaco.Template) [![License](https://img.shields.io/github/license/OneBeyond/monaco?style=plastic)](LICENSE.TXT) [![Release to NuGet](https://github.com/onebeyond/monaco/actions/workflows/release.yml/badge.svg)](https://github.com/onebeyond/monaco/actions/workflows/release.yml) +[![Maintainability](https://api.codeclimate.com/v1/badges/b536ba0439c5440795b4/maintainability)](https://codeclimate.com/github/onebeyond/monaco/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/b536ba0439c5440795b4/test_coverage)](https://codeclimate.com/github/onebeyond/monaco/test_coverage) # Introduction Monaco is meant to be a set of .NET templates for different platforms, such as a backend with a REST API, a Blazor WASM webapp or a .NET MAUI desktop/mobile app (the last 2 are planned [here](https://github.com/onebeyond/monaco/milestone/1) and [here](https://github.com/onebeyond/monaco/milestone/2)), as well as other individual files templates, all in order to help accelerate the development of new projects with a flexible and easy to understand architecture.