makiuchi-d / gozxing

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

fix panic on missing hint #12

Closed No-ops closed 5 years ago

No-ops commented 5 years ago

Fix a panic that occurred when some hint but not DecodeHintType_NEED_RESULT_POINT_CALLBACK was set

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   98.37%   98.37%   +<.01%     
==========================================
  Files         102      102              
  Lines        8323     8324       +1     
==========================================
+ Hits         8188     8189       +1     
  Misses         78       78              
  Partials       57       57
Impacted Files Coverage Δ
qrcode/detector/detector.go 99.06% <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 4194b98...05c1cde. Read the comment docs.

makiuchi-d commented 5 years ago

Thanks!