Skip to content

Resolve test incompatibility with git v2.21.0 #870

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2019

Conversation

jeking3
Copy link
Contributor

@jeking3 jeking3 commented May 5, 2019

This fixes #869

@codecov-io
Copy link

codecov-io commented May 5, 2019

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 Files Coverage Δ
git/test/test_remote.py 97.84% <100%> (+0.29%) ⬆️
git/test/test_docs.py 100% <0%> (ø) ⬆️
git/objects/blob.py 100% <0%> (ø) ⬆️
git/refs/remote.py 100% <0%> (ø) ⬆️
git/test/test_diff.py 100% <0%> (ø) ⬆️
git/test/performance/test_streams.py 100% <0%> (ø) ⬆️
git/test/test_commit.py 100% <0%> (ø) ⬆️
git/test/test_tree.py 100% <0%> (ø) ⬆️
git/test/test_exc.py 100% <0%> (ø) ⬆️
git/test/test_refs.py 99.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:master May 5, 2019
@Byron Byron added this to the v2.1.12 - Bugfixes milestone Jul 20, 2019
Sign up for free to 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