ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.06k stars 236 forks source link

Add code coverage badge + output on tests. #254

Closed jafin closed 2 years ago

jafin commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@6d61573). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #254   +/-   ##
=========================================
  Coverage          ?   25.32%           
=========================================
  Files             ?      257           
  Lines             ?    26207           
  Branches          ?     3181           
=========================================
  Hits              ?     6638           
  Misses            ?    19042           
  Partials          ?      527           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d61573...b3b1b4e. Read the comment docs.

ststeiger commented 2 years ago

Merged.