From c426367c0c5bf0fcf58e03208c39740d86bd6267 Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Mon, 1 Jan 2024 16:45:22 +0100 Subject: [PATCH] Show code coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c87450..489e72e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ![OpenWeatherMap.Cache](https://raw.githubusercontent.com/MarkCiliaVincenti/OpenWeatherMap.Cache/master/logo32.png) OpenWeatherMap.Cache -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/MarkCiliaVincenti/OpenWeatherMap.Cache/dotnet.yml?branch=master&logo=github&style=for-the-badge)](https://actions-badge.atrox.dev/MarkCiliaVincenti/OpenWeatherMap.Cache/goto?ref=master) [![Nuget](https://img.shields.io/nuget/v/OpenWeatherMap.Cache?label=OpenWeatherMap.Cache&logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/OpenWeatherMap.Cache) [![Nuget](https://img.shields.io/nuget/dt/OpenWeatherMap.Cache?logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/OpenWeatherMap.Cache) [![Codacy Grade](https://img.shields.io/codacy/grade/97ab1ec47ec4454084fa28069a5070a5?style=for-the-badge)](https://www.codacy.com/gh/MarkCiliaVincenti/OpenWeatherMap.Cache/dashboard?utm_source=github.com&utm_medium=referral&utm_content=MarkCiliaVincenti/OpenWeatherMap.Cache&utm_campaign=Badge_Grade) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/MarkCiliaVincenti/OpenWeatherMap.Cache/dotnet.yml?branch=master&logo=github&style=flat)](https://actions-badge.atrox.dev/MarkCiliaVincenti/OpenWeatherMap.Cache/goto?ref=master) [![NuGet](https://img.shields.io/nuget/v/OpenWeatherMap.Cache?label=OpenWeatherMap.Cache&logo=nuget&style=flat)](https://www.nuget.org/packages/OpenWeatherMap.Cache) [![NuGet](https://img.shields.io/nuget/dt/OpenWeatherMap.Cache?logo=nuget&style=flat)](https://www.nuget.org/packages/OpenWeatherMap.Cache) [![Codacy Grade](https://img.shields.io/codacy/grade/97ab1ec47ec4454084fa28069a5070a5?style=flat)](https://app.codacy.com/gh/MarkCiliaVincenti/OpenWeatherMap.Cache/dashboard) [![Codecov](https://img.shields.io/codecov/c/github/MarkCiliaVincenti/OpenWeatherMap.Cache?label=Coverage&logo=codecov&style=flat)](https://app.codecov.io/gh/MarkCiliaVincenti/OpenWeatherMap.Cache) An asynchronous .NET Standard 2.0 library that allows you to fetch & cache current weather readings from the [OpenWeather](https://openweathermap.org/) API, with built-in resiliency that can extend the cache lifetime in case the API is unreachable.