makiuchi-d / gozxing

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

Port AztecReader #46

Closed makiuchi-d closed 3 years ago

makiuchi-d commented 3 years ago

38

codecov-commenter commented 3 years ago

Codecov Report

Merging #46 (c37ef46) into master (f6615c1) will increase coverage by 0.01%. The diff coverage is 98.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   98.04%   98.05%   +0.01%     
==========================================
  Files         118      122       +4     
  Lines        8472     9005     +533     
==========================================
+ Hits         8306     8830     +524     
- Misses         97      102       +5     
- Partials       69       73       +4     
Impacted Files Coverage Δ
aztec/aztec_reader.go 94.23% <94.23%> (ø)
aztec/decoder/decoder.go 97.28% <97.28%> (ø)
aztec/detector/aztec_detector_result.go 100.00% <100.00%> (ø)
aztec/detector/detector.go 100.00% <100.00%> (ø)
reader_exception.go 100.00% <0.00%> (ø)
datamatrix/detector/detector.go 99.12% <0.00%> (+0.01%) :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 f6615c1...c37ef46. Read the comment docs.