makiuchi-d / gozxing

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

fix qrcode timing pattern generator #15

Closed makiuchi-d closed 5 years ago

makiuchi-d commented 5 years ago

fix overflow bug in qrcode.encoder.embedTimingPatterns. reported in #14.

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files         107      107           
  Lines        8625     8625           
=======================================
  Hits         8481     8481           
  Misses         84       84           
  Partials       60       60
Impacted Files Coverage Δ
qrcode/encoder/matrix_util.go 98.94% <100%> (ø) :arrow_up:

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 23ee916...1d9839b. Read the comment docs.