lensvol / pybetter

Tool for fixing trivial problems with your code.
MIT License
62 stars 6 forks source link

(B008) Properly process `async with` when creating compound `with` statements #118

Closed lensvol closed 2 years ago

lensvol commented 2 years ago

Closes #114.

codecov[bot] commented 2 years ago

Codecov Report

Merging #118 (907231a) into master (9c00438) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   79.10%   79.19%   +0.09%     
==========================================
  Files          15       15              
  Lines         445      447       +2     
==========================================
+ Hits          352      354       +2     
  Misses         93       93              
Impacted Files Coverage Δ
pybetter/transformers/nested_withs.py 97.29% <100.00%> (+0.15%) :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 9c00438...907231a. Read the comment docs.