unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.54k stars 250 forks source link

Subsetting fixes #346

Closed gunnsth closed 4 years ago

gunnsth commented 4 years ago

This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #346 into development will increase coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #346      +/-   ##
===============================================
+ Coverage        52.43%   52.64%   +0.21%     
===============================================
  Files              236      236              
  Lines            45715    45715              
===============================================
+ Hits             23969    24067      +98     
+ Misses           18655    18545     -110     
- Partials          3091     3103      +12     
Impacted Files Coverage Δ
internal/textencoding/truetype.go 40.00% <ø> (ø)
model/font.go 51.73% <ø> (+2.76%) :arrow_up:
contentstream/parser.go 61.93% <0.00%> (+0.64%) :arrow_up:
internal/textencoding/simple.go 78.15% <0.00%> (+1.68%) :arrow_up:
model/font_composite.go 57.77% <0.00%> (+1.97%) :arrow_up:
internal/textencoding/identity.go 43.33% <0.00%> (+6.66%) :arrow_up:
extractor/text.go 47.42% <0.00%> (+6.72%) :arrow_up:
extractor/utils.go 46.15% <0.00%> (+20.51%) :arrow_up:

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 aef6e5e...184fd1a. Read the comment docs.