Skip to content

Commit 6fad418

Browse files
authored
Add coverage badge
1 parent 1fd5fba commit 6fad418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BencodeNET
22
==========
33
[![AppVeyor](https://ci.appveyor.com/api/projects/status/pikvrmie3ibsk6pt/branch/master?svg=true)](https://ci.appveyor.com/project/Krusen/bencodenet)
4+
[![Coverage](https://coveralls.io/repos/github/Krusen/BencodeNET/badge.svg?branch=master)](https://coveralls.io/github/Krusen/BencodeNET?branch=master)
45
[![NuGet](https://buildstats.info/nuget/bencodenet?includePreReleases=false)](https://www.nuget.org/packages/BencodeNET/)
56

67
A .NET library for encoding and decoding bencode.
@@ -220,4 +221,4 @@ BDictionary bdictionary = parser.ParseString<BDictionary>("d3:fooi42e5:Hello6:Wo
220221

221222
// If you don't know the type you are parsing, you can use the non-generic method
222223
IBObject bobject = parser.ParseString("12:Hellow World!");
223-
```
224+
```

0 commit comments

Comments
 (0)