Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.1k stars 798 forks source link

Add codecoverage badge #1618

Closed sungam3r closed 1 year ago

sungam3r commented 1 year ago

https://docs.codecov.com/docs/status-badges

I would like to add code coverage badge into readme.

@carlosrecuero @unaizorrilla I can't get it work - I don't see repo, perhaps I have not required permissions.

ThumNet commented 1 year ago

You can add the following to the markdown file for the status badge

[![codecov.io](https://codecov.io/github/Xabaril/AspNetCore.Diagnostics.HealthChecks/coverage.svg?branch=master)](https://codecov.io/github/Xabaril/AspNetCore.Diagnostics.HealthChecks?branch=master)

Resulting in this: codecov.io

sungam3r commented 1 year ago

👍 961f1ec