Skip to content

Resolve test incompatibility with git v2.21.0 - #870

Merged
jeking3 merged 1 commit into
gitpython-developers:masterfrom
jeking3:issue-869
May 5, 2019
Merged

Resolve test incompatibility with git v2.21.0#870
jeking3 merged 1 commit into
gitpython-developers:masterfrom
jeking3:issue-869

Conversation

@jeking3

Copy link
Copy Markdown
Contributor

This fixes#869

@codecov-io

codecov-io commented May 5, 2019

Copy link
Copy Markdown

Codecov Report

Merging #870 into master will increase coverage by 0.12%.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@## master #870 +/- ##
==========================================
+ Coverage 94.66% 94.79% +0.12% 
==========================================
Files 59 59 Lines 9393 9607 +214 ==========================================
+ Hits 8892 9107 +215 + Misses 501 500 -1
Impacted FilesCoverage Δ
git/test/test_remote.py97.84% <100%> (+0.29%)⬆️
git/test/test_docs.py100% <0%> (ø)⬆️
git/objects/blob.py100% <0%> (ø)⬆️
git/refs/remote.py100% <0%> (ø)⬆️
git/test/test_diff.py100% <0%> (ø)⬆️
git/test/performance/test_streams.py100% <0%> (ø)⬆️
git/test/test_commit.py100% <0%> (ø)⬆️
git/test/test_tree.py100% <0%> (ø)⬆️
git/test/test_exc.py100% <0%> (ø)⬆️
git/test/test_refs.py99.18% <0%> (ø)⬆️
... and 27 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 52ee33a...27ad4dc. Read the comment docs.

@jeking3
jeking3 merged commit 11fd713 into gitpython-developers:masterMay 5, 2019
@ByronByron added this to the v2.1.12 - Bugfixes milestone Jul 20, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

git v2.21.0 tests failing due to upstream change

3 participants

@jeking3@codecov-io@Byron