Skip to content

Commit 5e081f7

Browse files
committed
Add CodeCov badge
1 parent 985898b commit 5e081f7

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A JSON-LD processor for .NET.
44

5-
[![NuGet][nuget-badge]][nuget]
5+
[![NuGet][nuget-badge]][nuget] [![codecov][codecov-badge]][codecov]
66

77
This project has adopted the [Microsoft Open Source Code of Conduct][coc].
88
For more information see the [Code of Conduct FAQ][coc-faq] or contact
@@ -30,12 +30,14 @@ Core.
3030
This project began life as a [Sharpen][sharpen]-based auto-port from
3131
[jsonld-java][jsonld-java].
3232

33-
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
34-
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
35-
[nuget]: https://www.nuget.org/packages/json-ld.net/
36-
[nuget-badge]: https://img.shields.io/nuget/v/json-ld.net.svg
37-
[coc]: https://opensource.microsoft.com/codeofconduct/
38-
[coc-faq]: https://opensource.microsoft.com/codeofconduct/faq/
39-
[ms-mail]: mailto:opencode@microsoft.com
40-
[dnc]: https://dot.net
41-
[dnc-tutorial]: https://www.microsoft.com/net/core
33+
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
34+
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
35+
[nuget]: https://www.nuget.org/packages/json-ld.net/
36+
[nuget-badge]: https://img.shields.io/nuget/v/json-ld.net.svg
37+
[coc]: https://opensource.microsoft.com/codeofconduct/
38+
[coc-faq]: https://opensource.microsoft.com/codeofconduct/faq/
39+
[ms-mail]: mailto:opencode@microsoft.com
40+
[dnc]: https://dot.net
41+
[dnc-tutorial]: https://www.microsoft.com/net/core
42+
[codecov]: https://codecov.io/gh/linked-data-dotnet/json-ld.net
43+
[codecov-badge]: https://img.shields.io/codecov/c/github/linked-data-dotnet/json-ld.net/master.svg

0 commit comments

Comments
 (0)