Skip to content
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

Upgrade coverage to 4.5.2 #1495

Merged
merged 5 commits into from Jan 11, 2019
Merged

Conversation

sethmlarson
Copy link
Member

@sethmlarson sethmlarson commented Dec 7, 2018

Turns out per nedbat/coveragepy#714 that phantom lines are generated when running on Python 3.8, that's probably the root of our issues? If you check the report on codecov for this PR it's at 100% now. :)

@codecov-io
Copy link

codecov-io commented Dec 7, 2018

Codecov Report

Merging #1495 into master will increase coverage by 30.46%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #1495       +/-   ##
==========================================
+ Coverage   69.53%    100%   +30.46%     
==========================================
  Files          22      22               
  Lines        2685    1854      -831     
==========================================
- Hits         1867    1854       -13     
+ Misses        818       0      -818
Impacted Files Coverage Δ
src/urllib3/exceptions.py 100% <0%> (+4.16%) ⬆️
src/urllib3/fields.py 100% <0%> (+7.35%) ⬆️
src/urllib3/util/connection.py 100% <0%> (+9.25%) ⬆️
src/urllib3/util/url.py 100% <0%> (+10.09%) ⬆️
src/urllib3/_collections.py 100% <0%> (+13.45%) ⬆️
src/urllib3/poolmanager.py 100% <0%> (+22.68%) ⬆️
src/urllib3/util/request.py 100% <0%> (+24.48%) ⬆️
src/urllib3/response.py 100% <0%> (+27.27%) ⬆️
src/urllib3/util/retry.py 100% <0%> (+28.8%) ⬆️
src/urllib3/util/response.py 100% <0%> (+31.42%) ⬆️
... and 8 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 5163354...e5f0173. Read the comment docs.

@sethmlarson sethmlarson changed the title Make sure urllib3 isn't installed in venv Upgrade coverage to 4.5.2 Dec 7, 2018
@pquentin
Copy link
Member

pquentin commented Dec 7, 2018

Ah, yes, of course! I've seen this in python-trio/trio#784 too but for some reason did not make the connection here. Nice catch.

@sethmlarson
Copy link
Member Author

@theacodes If you've got time this PR would help us out a lot. :)

@sethmlarson sethmlarson merged commit 36355af into urllib3:master Jan 11, 2019
@sethmlarson sethmlarson deleted the coverage-again branch January 11, 2019 21:39
pquentin added a commit to pquentin/hip that referenced this pull request Oct 29, 2019
It was introduced in urllib3/urllib3#875, but
since urllib3/urllib3#1495 twine is no longer a
dev requirement.
sethmlarson pushed a commit that referenced this pull request Oct 30, 2019
It was introduced in #875, but
since #1495 twine is no longer a
dev requirement.
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
It was introduced in urllib3#875, but
since urllib3#1495 twine is no longer a
dev requirement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants