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 #186

Closed sbinet closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (7e10deb) into master (189965b) will increase coverage by 0.07%. The diff coverage is 50.98%.

@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   73.64%   73.71%   +0.07%     
==========================================
  Files          73       73              
  Lines       11931    11982      +51     
==========================================
+ Hits         8786     8833      +47     
+ Misses       2561     2545      -16     
- Partials      584      604      +20     
Impacted Files Coverage Δ
py/bytes.go 45.16% <30.00%> (+17.09%) :arrow_up:
stdlib/binascii/binascii.go 73.55% <56.09%> (-8.95%) :arrow_down:

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 189965b...7e10deb. Read the comment docs.