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

py: add String.find #188

Closed sbinet closed 2 years ago

sbinet commented 2 years ago

Updates #139.

Signed-off-by: Sebastien Binet binet@cern.ch

codecov[bot] commented 2 years ago

Codecov Report

Merging #188 (ab6c445) into main (6c9f9e5) will increase coverage by 0.00%. The diff coverage is 76.92%.

@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   73.68%   73.69%           
=======================================
  Files          75       75           
  Lines       12188    12211   +23     
=======================================
+ Hits         8981     8999   +18     
- Misses       2578     2581    +3     
- Partials      629      631    +2     
Impacted Files Coverage Δ
py/string.go 89.33% <76.92%> (-1.03%) :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 6c9f9e5...ab6c445. Read the comment docs.