ststeiger / PdfSharpCore

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

fix: ci-build #364

Closed jafin closed 1 year ago

jafin commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 3.57% and project coverage change: +0.04 :tada:

Comparison is base (8b9076c) 30.66% compared to head (b4a716b) 30.70%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #364 +/- ## ========================================== + Coverage 30.66% 30.70% +0.04% ========================================== Files 243 242 -1 Lines 23938 23941 +3 Branches 2885 2887 +2 ========================================== + Hits 7340 7351 +11 + Misses 16062 16056 -6 + Partials 536 534 -2 ``` | [Impacted Files](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [PdfSharpCore/Drawing/XForm.cs](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL0RyYXdpbmcvWEZvcm0uY3M=) | `0.00% <0.00%> (ø)` | | | [PdfSharpCore/Drawing/XGraphics.cs](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL0RyYXdpbmcvWEdyYXBoaWNzLmNz) | `7.70% <ø> (+<0.01%)` | :arrow_up: | | [PdfSharpCore/Pdf.AcroForms/PdfSignatureField.cs](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi5BY3JvRm9ybXMvUGRmU2lnbmF0dXJlRmllbGQuY3M=) | `0.00% <ø> (ø)` | | | [PdfSharpCore/Pdf.Content/CLexer.cs](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi5Db250ZW50L0NMZXhlci5jcw==) | `0.00% <ø> (ø)` | | | [PdfSharpCore/Pdf/PdfDocument.cs](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi9QZGZEb2N1bWVudC5jcw==) | `52.63% <0.00%> (-0.35%)` | :arrow_down: | | [PdfSharpCore/Pdf/PdfPages.cs](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi9QZGZQYWdlcy5jcw==) | `43.97% <ø> (+0.28%)` | :arrow_up: | | [PdfSharpCore/Pdf/PdfPage.cs](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi9QZGZQYWdlLmNz) | `30.51% <33.33%> (+0.21%)` | :arrow_up: | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/ststeiger/PdfSharpCore/pull/364/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.