Skip to content

set: Implement initialization set with sequence - #100

Merged
corona10 merged 4 commits into
go-python:masterfrom
SanggiHong:set-init-with-sequence
Sep 29, 2019
Merged

set: Implement initialization set with sequence#100
corona10 merged 4 commits into
go-python:masterfrom
SanggiHong:set-init-with-sequence

Conversation

@SanggiHong

Copy link
Copy Markdown
Contributor

Implement the initialization of Set with a sequence. looked up the implementation of the List
issue #76

@codecov-io

codecov-io commented Sep 29, 2019

Copy link
Copy Markdown

Codecov Report

Merging #100 into master will increase coverage by 0.14%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage   69.09%   69.24%   +0.14%     
==========================================
  Files          60       60              
  Lines       10675    10690      +15     
==========================================
+ Hits         7376     7402      +26     
+ Misses       2781     2767      -14     
- Partials      518      521       +3
Impacted Files Coverage Δ
py/set.go 58.18% <66.66%> (+10%) ⬆️
py/sequence.go 61.11% <86.66%> (+6.27%) ⬆️

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 8c361a8...130d715. Read the comment docs.

Comment thread py/tests/set.py
@corona10
corona10 merged commit 9c36f4c into go-python:master Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants