Skip to content

Commit

Permalink
Show code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Jan 1, 2024
1 parent d9beccd commit c426367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit c426367

Please sign in to comment.