Skip to content

String and List Methods - #61

Merged
ncw merged 5 commits into
go-python:masterfrom
bmeg:string-methods
Jul 1, 2019
Merged

String and List Methods#61
ncw merged 5 commits into
go-python:masterfrom
bmeg:string-methods

Conversation

@kellrott

Copy link
Copy Markdown
Contributor

This PR adds

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

@codecov-io

Copy link
Copy Markdown

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

ncw commented Jul 1, 2019

Copy link
Copy Markdown
Collaborator

That looks great thank you :-)

Will merge now.

@ncw
ncw merged commit 59f6a86 into go-python:masterJul 1, 2019
@kellrott
kellrott 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