afonasev / flake8-return

Flake8 plugin for return expressions checking.
MIT License
62 stars 69 forks source link

Upgrade GitHub Actions #113

Closed cclauss closed 2 years ago

cclauss commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #113 (1d3af50) into master (3bba9cd) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files           3        3           
  Lines         168      168           
  Branches       35       35           
=======================================
  Hits          158      158           
  Misses          5        5           
  Partials        5        5           
Impacted Files Coverage Δ
flake8_return/errors.py 100.00% <100.00%> (ø)
flake8_return/visitors.py 93.28% <100.00%> (ø)

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 310c109...1d3af50. Read the comment docs.

afonasev commented 2 years ago

Thx