Closed AdamGold closed 5 years ago
Merging #58 into master will increase coverage by
0.4%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #58 +/- ##
=========================================
+ Coverage 94.17% 94.58% +0.4%
=========================================
Files 9 10 +1
Lines 189 203 +14
Branches 13 13
=========================================
+ Hits 178 192 +14
Misses 11 11
Impacted Files | Coverage Δ | |
---|---|---|
good_smell/smells/yield_from.py | 100% <100%> (ø) |
|
good_smell/smells/__init__.py | 100% <100%> (ø) |
:arrow_up: |
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 0870629...d66482b. Read the comment docs.
I don't think checking the parents would be possible because there isn't a pointer to them. Maybe subclassing the ast to add them would prove worth it. Would make #7 easier
Where did you rebase to? Dropwhile was implemented in #56 and wasn't merged anywhere
Where did you rebase to? Dropwhile was implemented in #56 and wasn't merged anywhere
Fixed
🎉 🎉 Thanks for the contribution 🎉 🎉
add YieldFrom smell - replace
for x in iterable yield x
inyield from iterable
Provide links to any relevant tickets, articles or other resources
Closes: #51 Progresses : #