go-python / gpython

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

stdlib/string: first import #175

Closed sbinet closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #175 (7595575) into master (51a6831) will increase coverage by 0.08%. The diff coverage is 92.00%.

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   73.14%   73.22%   +0.08%     
==========================================
  Files          71       72       +1     
  Lines       11713    11765      +52     
==========================================
+ Hits         8567     8615      +48     
  Misses       2568     2568              
- Partials      578      582       +4     
Impacted Files Coverage Δ
stdlib/stdlib.go 54.88% <ø> (ø)
stdlib/string/string.go 91.83% <91.83%> (ø)
py/string.go 90.51% <92.00%> (-0.75%) :arrow_down:
py/args.go 73.00% <100.00%> (+2.00%) :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 51a6831...7595575. Read the comment docs.