go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
870 stars 95 forks source link

Stdlib binascii #185

Closed sbinet closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #185 (2149ac5) into master (739246d) will increase coverage by 0.24%. The diff coverage is 91.34%.

:exclamation: Current head 2149ac5 differs from pull request most recent head 189965b. Consider uploading reports for the commit 189965b to get more accurate results

@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
+ Coverage   73.38%   73.63%   +0.24%     
==========================================
  Files          72       73       +1     
  Lines       11800    11898      +98     
==========================================
+ Hits         8660     8761     +101     
+ Misses       2558     2555       -3     
  Partials      582      582              
Impacted Files Coverage Δ
stdlib/stdlib.go 54.88% <ø> (ø)
py/exception.go 58.16% <40.00%> (-0.98%) :arrow_down:
stdlib/binascii/binascii.go 87.23% <87.23%> (ø)
py/args.go 89.72% <100.00%> (+16.72%) :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 739246d...189965b. Read the comment docs.