makiuchi-d / gozxing

Port of ZXing (https://github.com/zxing/zxing) core to pure Go.
Other
564 stars 65 forks source link

bugfix: code128 FNC1-4 dummy charactors handling #37

Closed makiuchi-d closed 4 years ago

makiuchi-d commented 4 years ago

bugfix for #33

codecov-commenter commented 4 years ago

Codecov Report

Merging #37 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   98.24%   98.24%           
=======================================
  Files         118      118           
  Lines        9585     9586    +1     
=======================================
+ Hits         9417     9418    +1     
  Misses         98       98           
  Partials       70       70           
Impacted Files Coverage Δ
oned/code128_writer.go 100.00% <100.00%> (ø)

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 eaff64b...589fee6. Read the comment docs.