unidoc / unipdf

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

Prepare unipdf release v3.6.2 #327

Closed gunnsth closed 4 years ago

gunnsth commented 4 years ago

This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #327 into master will decrease coverage by 5.84%. The diff coverage is 48.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #327      +/-   ##
==========================================
- Coverage   62.24%   56.40%   -5.85%     
==========================================
  Files         235      236       +1     
  Lines       45395    45577     +182     
==========================================
- Hits        28256    25706    -2550     
- Misses      16498    16555      +57     
- Partials      641     3316    +2675     
Impacted Files Coverage Δ
contentstream/creator.go 51.81% <0.00%> (ø)
contentstream/operand_list.go 100.00% <ø> (ø)
core/security/crypt/filter_aesv2.go 23.07% <0.00%> (-4.93%) :arrow_down:
core/security/crypt/filter_aesv3.go 25.00% <0.00%> (-7.40%) :arrow_down:
core/security/crypt/filter_v2.go 80.30% <0.00%> (-8.93%) :arrow_down:
core/security/ecb.go 56.25% <0.00%> (-15.18%) :arrow_down:
internal/ccittfax/encoder.go 95.14% <0.00%> (-2.60%) :arrow_down:
internal/cmap/bcmaps/cmaps.go 82.40% <ø> (-7.92%) :arrow_down:
internal/textencoding/differences.go 57.14% <0.00%> (-2.68%) :arrow_down:
model/font_simple.go 74.29% <ø> (-7.40%) :arrow_down:
... and 170 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 971a00f...db242db. Read the comment docs.