Skip to content

Full coverage for EntitySet.__eq__ method#1725

Merged
rwedge merged 4 commits intoalteryx:mainfrom
HenryRocha:issue-1712
Sep 29, 2021
Merged

Full coverage for EntitySet.__eq__ method#1725
rwedge merged 4 commits intoalteryx:mainfrom
HenryRocha:issue-1712

Conversation

@HenryRocha
Copy link
Copy Markdown
Contributor

Fixes #1712

@gsheni gsheni requested review from a team, davesque, jeff-hernandez, rwedge, tamargrey, thehomebrewnerd and tuethan1999 and removed request for a team September 28, 2021 19:49
@gsheni
Copy link
Copy Markdown
Contributor

gsheni commented Sep 28, 2021

@HenryRocha Thanks for the contribution. Can you update your branch with the latest from main?

git remote add upstream https://github.com/alteryx/featuretools
git fetch upstream
git merge upstream/main

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 28, 2021

Codecov Report

Merging #1725 (5a964d1) into main (ab3fd37) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1725      +/-   ##
==========================================
+ Coverage   98.61%   98.69%   +0.08%     
==========================================
  Files         138      138              
  Lines       15336    15353      +17     
==========================================
+ Hits        15123    15153      +30     
+ Misses        213      200      -13     
Impacted Files Coverage Δ
featuretools/tests/entityset_tests/test_es.py 100.00% <100.00%> (ø)
featuretools/entityset/entityset.py 99.21% <0.00%> (+0.39%) ⬆️
featuretools/tests/conftest.py 100.00% <0.00%> (+0.40%) ⬆️
...utational_backend/test_calculate_feature_matrix.py 99.45% <0.00%> (+0.65%) ⬆️
...computational_backends/calculate_feature_matrix.py 99.42% <0.00%> (+0.85%) ⬆️

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 ab3fd37...5a964d1. Read the comment docs.

davesque
davesque previously approved these changes Sep 28, 2021
Copy link
Copy Markdown
Contributor

@davesque davesque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, LGTM! Congrats on submitting your first issue, @HenryRocha !

@rwedge rwedge merged commit b9e43e6 into alteryx:main Sep 29, 2021
@thehomebrewnerd thehomebrewnerd mentioned this pull request Oct 12, 2021
Sign up for free to 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.

Fix codecoverage of EntitySet.__eq__ method

4 participants