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 form fill render tests #387

Closed adrg closed 4 years ago

adrg commented 4 years ago

This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #387      +/-   ##
===============================================
+ Coverage        62.65%   63.03%   +0.38%     
===============================================
  Files              249      249              
  Lines            47251    47251              
===============================================
+ Hits             29606    29787     +181     
+ Misses           16955    16729     -226     
- Partials           690      735      +45     
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:
ps/operations.go 66.82% <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 564133c...eec9c52. Read the comment docs.