Tadaboody / good_smell

A linting/refactoring library for python best practices and lesser-known tricks
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Simplify collection with case end symbol #60

Closed Tadaboody closed 5 years ago

Tadaboody commented 5 years ago

Closes #39

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will decrease coverage by 0.4%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   94.58%   94.17%   -0.41%     
==========================================
  Files          10        9       -1     
  Lines         203      189      -14     
  Branches       13       13              
==========================================
- Hits          192      178      -14     
  Misses         11       11
Impacted Files Coverage Δ
good_smell/smells/__init__.py 100% <0%> (ø) :arrow_up:
good_smell/smells/yield_from.py

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 5b12b62...2404d2a. Read the comment docs.