Fix flake8 to fix Travis CI by hugovk · Pull Request #705 · gitpython-developers/GitPython
gitpython-developers / GitPython Public
-
-
Notifications
You must be signed in to change notification settings - Fork 980
Closed
Closed
Conversation
hugovk
mentioned this pull request
Closed
codecov-io
commented
Dec 5, 2017
codecov-io commented
Codecov Report
Merging #705 into master will increase coverage by
0.99%.
The diff coverage is89.74%.
@@ Coverage Diff @@ ## master #705 +/- ## ========================================== + Coverage 92.83% 93.83% +0.99% ========================================== Files 61 60 -1 Lines 10152 9343 -809 ========================================== - Hits 9425 8767 -658 + Misses 727 576 -151
| Impacted Files | Coverage Δ | |
|---|---|---|
| git/test/test_submodule.py | 97.52% <ø> (ø) |
⬆️ |
| git/repo/base.py | 95.29% <0%> (ø) |
⬆️ |
| git/refs/log.py | 93.84% <0%> (ø) |
⬆️ |
| git/test/lib/helper.py | 87.79% <0%> (ø) |
⬆️ |
| git/test/test_commit.py | 100% <100%> (ø) |
⬆️ |
| git/compat.py | 64.81% <100%> (ø) |
⬆️ |
| git/exc.py | 96.42% <100%> (ø) |
⬆️ |
| git/diff.py | 99.11% <100%> (ø) |
⬆️ |
| git/test/test_util.py | 88.23% <100%> (ø) |
⬆️ |
| ... and 3 more |
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 0a96030...c467cc0. Read the comment docs.
hugovk
commented
Dec 5, 2017
hugovk commented
Contributor Author
Duplicate of #702.
hugovk
changed the title
Fix flake8 to fix CI
Fix flake8 to fix Travis CI
cwonrails added a commit to cwonrails/GitPython that referenced this pull request
* github.com:gitpython-developers/GitPython: Remove redundant Python 2.4 code Specify Python 3.6 support Fix flake8
Byron
commented
Dec 11, 2017
Byron commented
Member
Thanks for the fix! As stated in the previous PR, I merged the fixes earlier already.
Byron
closed this
hugovk
deleted the
fix-ci
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment