Skip to content

Commit e5222e6

Browse files
committed
docs: Add coverage badge to readme
1 parent 12384ba commit e5222e6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PdfSharpCore
22

3+
[![codecov.io](https://codecov.io/github/ststeiger/PdfSharpCore/coverage.svg?branch=master)]
4+
(https://codecov.io/github/ststeiger/PdfSharpCore?branch=master)
5+
36
**PdfSharpCore** is a partial port of [PdfSharp.Xamarin](https://github.com/roceh/PdfSharp.Xamarin/) for .NET Standard
47
Additionally MigraDoc has been ported as well (from version 1.32).
58
Images have been implemented with [ImageSharp](https://github.com/JimBobSquarePants/ImageSharp/), which is still in Alpha. They State on their readme that it is still in Alpha status and shouldn't be used in productive environments. Since I didn't find any good alternatives it's still used.
@@ -9,15 +12,14 @@ ImageSharp being Alpha isn't a big issue either since this code isn't by far don
912
###### Example project
1013

1114
There was an example project here. <br />
12-
I've removed it from this project, and put it into a separate solution.
15+
I've removed it from this project, and put it into a separate solution.
1316
You can find it [here](https://github.com/ststeiger/Stammbaum).<br />
1417
There's a default font-resolver in [FontResolver.cs](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Utils/FontResolver.cs).<br />
1518
It should work on Windows, Linux, OSX and Azure. <br />
1619
Some limitations apply. <br />
17-
See open issues.
18-
20+
See open issues.
1921

20-
## Example usage
22+
## Example usage
2123

2224
```cs
2325
//See the "Example" Project for a MigraDoc example

0 commit comments

Comments
 (0)