vhirtham / pythonTest

GNU General Public License v3.0
1 stars 1 forks source link

Test GitHb services that help you with pull requests #2

Closed vhirtham closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #2 into master will increase coverage by 1.81%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage      80%   81.81%   +1.81%     
==========================================
  Files           1        1              
  Lines          10       11       +1     
==========================================
+ Hits            8        9       +1     
  Misses          2        2
Impacted Files Coverage Δ
MyPackages/MyFuncs.py 81.81% <100%> (+1.81%) :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 bb1a97b...0b67029. Read the comment docs.

pep8speaks commented 4 years ago

Hello @vhirtham! Thanks for updating this PR.

Line 19:1: E302 expected 2 blank lines, found 1 Line 19:17: E231 missing whitespace after ','

Line 35:1: E122 continuation line missing indentation or outdented Line 36:1: E122 continuation line missing indentation or outdented Line 61:31: W292 no newline at end of file

Comment last updated at 2019-12-09 09:00:58 UTC
vhirtham commented 4 years ago

@pep8speaks suggest diff

pep8speaks commented 4 years ago

Here you go with the gist !

You can ask me to create a PR against this branch with those fixes. Simply comment @pep8speaks pep8ify.

@vhirtham

vhirtham commented 4 years ago

@pep8speaks pep8ify

pep8speaks commented 4 years ago

Here you go with the Pull Request ! The fixes are suggested by autopep8.

@vhirtham