afonasev / flake8-return

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

GitHub Action to lint Python code #97

Closed cclauss closed 3 years ago

cclauss commented 3 years ago

Results: https://github.com/cclauss/flake8-return/actions

codecov[bot] commented 3 years ago

Codecov Report

Merging #97 (89c1b92) into master (3bba9cd) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 89c1b92 differs from pull request most recent head 398086b. Consider uploading reports for the commit 398086b to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  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%> (ø)

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 3bba9cd...398086b. Read the comment docs.

afonasev commented 3 years ago

Thx!