Skip to content

Conversation

@kellrott
Copy link
Contributor

This PR adds

  • string.startswith
  • string.endswith
  • list.append
  • list.extend

@codecov-io
Copy link

Codecov Report

Merging #61 into master will increase coverage by 0.06%.
The diff coverage is 81.13%.

Impacted file tree graph

@@ Coverage Diff @@## master #61 +/- ## ========================================== + Coverage 68.38% 68.44% +0.06%  ========================================== Files 59 59 Lines 10435 10488 +53 ========================================== + Hits 7136 7179 +43 - Misses 2794 2803 +9 - Partials 505 506 +1
Impacted FilesCoverage Δ
py/string.go86.94% <79.48%> (-1.27%)⬇️
py/list.go30.05% <85.71%> (+4.61%)⬆️

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 7f6244e...4ad7898. Read the comment docs.

@ncw
Copy link
Collaborator

ncw commented Jul 1, 2019

That looks great thank you :-)

Will merge now.

@ncwncw merged commit 59f6a86 into go-python:masterJul 1, 2019
@kellrottkellrott deleted the string-methods branch December 24, 2022 03:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kellrott@codecov-io@ncw