unidoc / unipdf

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

Add FDF support for form fill rendering test #389

Closed adrg closed 4 years ago

adrg commented 4 years ago

This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #389 into development will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #389      +/-   ##
===============================================
- Coverage        63.12%   63.08%   -0.04%     
===============================================
  Files              249      249              
  Lines            47251    47251              
===============================================
- Hits             29827    29809      -18     
+ Misses           16729    16727       -2     
- Partials           695      715      +20     
Impacted Files Coverage Δ
internal/e2etest/utils.go 70.00% <0.00%> (-10.00%) :arrow_down:
internal/jbig2/decoder/huffman/fixed_size_table.go 63.15% <0.00%> (-5.27%) :arrow_down:
model/optimize/image_ppi.go 73.84% <0.00%> (-1.54%) :arrow_down:
model/optimize/optimizer.go 87.14% <0.00%> (-1.43%) :arrow_down:
model/sighandler/sighandler_pkcs7.go 60.91% <0.00%> (-1.15%) :arrow_down:
model/signature_handler.go 70.27% <0.00%> (-0.91%) :arrow_down:
...ternal/jbig2/document/segments/halftone-segment.go 74.88% <0.00%> (-0.90%) :arrow_down:
ps/parser.go 80.67% <0.00%> (-0.85%) :arrow_down:
internal/jbig2/bitmap/blit.go 80.83% <0.00%> (-0.84%) :arrow_down:
internal/imageutil/rgbtobw.go 39.37% <0.00%> (-0.79%) :arrow_down:
... and 55 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 8ca13a3...5b42309. Read the comment docs.