unidoc / unipdf

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

Fix incorrect render of invoice totals #342

Closed adrg closed 4 years ago

adrg commented 4 years ago

Addresses https://github.com/unidoc/unipdf/issues/339.


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #342 into development will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #342      +/-   ##
===============================================
- Coverage        56.49%   56.48%   -0.02%     
===============================================
  Files              236      236              
  Lines            45713    45706       -7     
===============================================
- Hits             25826    25816      -10     
- Misses           16561    16563       +2     
- Partials          3326     3327       +1     
Impacted Files Coverage Δ
creator/invoice.go 88.57% <100.00%> (-0.19%) :arrow_down:
creator/table.go 87.52% <0.00%> (-0.66%) :arrow_down:

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 9ef2f27...a7c34b8. Read the comment docs.