unidoc / unipdf

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

Invoice component improvements #334

Closed adrg closed 4 years ago

adrg commented 4 years ago

Related to https://github.com/unidoc/unipdf/issues/332 and https://github.com/unidoc/unipdf/issues/333.


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #334 into development will increase coverage by 4.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #334      +/-   ##
===============================================
+ Coverage        52.41%   56.47%   +4.05%     
===============================================
  Files              236      236              
  Lines            45595    45607      +12     
===============================================
+ Hits             23899    25755    +1856     
+ Misses           18621    16542    -2079     
- Partials          3075     3310     +235     
Impacted Files Coverage Δ
creator/invoice.go 88.75% <100.00%> (+0.32%) :arrow_up:
internal/jbig2/document/segments/text-region.go 41.05% <0.00%> (+0.22%) :arrow_up:
...ernal/jbig2/document/segments/symbol-dictionary.go 38.49% <0.00%> (+0.23%) :arrow_up:
internal/jbig2/bitmap/bitmap.go 76.76% <0.00%> (+0.28%) :arrow_up:
model/writer.go 75.63% <0.00%> (+0.42%) :arrow_up:
internal/jbig2/document/segments/generic-region.go 47.75% <0.00%> (+1.18%) :arrow_up:
fdf/parser.go 40.27% <0.00%> (+1.38%) :arrow_up:
internal/jbig2/document/segments/kind.go 11.59% <0.00%> (+1.44%) :arrow_up:
model/reader.go 46.60% <0.00%> (+1.63%) :arrow_up:
contentstream/contentstream.go 76.36% <0.00%> (+1.81%) :arrow_up:
... and 47 more

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 30db344...211eef1. Read the comment docs.