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

WIP: Implement HTTP #468

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

refresh cert

a176ad5
Select commit
Loading
Failed to load commit list.
Open

WIP: Implement HTTP #468

refresh cert
a176ad5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 6, 2025 in 0s

81.5% (-12.3%) compared to e2e8035

View this Pull Request on Codecov

81.5% (-12.3%) compared to e2e8035

Details

Codecov Report

Attention: Patch coverage is 95.09804% with 10 lines in your changes missing coverage. Please review.

Project coverage is 81.5%. Comparing base (e2e8035) to head (a176ad5).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
cloudpathlib/http/httpclient.py 94.2% 6 Missing ⚠️
cloudpathlib/cloudpath.py 75.0% 2 Missing ⚠️
cloudpathlib/http/httppath.py 97.6% 2 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (e2e8035) and HEAD (a176ad5). Click for more details.

HEAD has 11 uploads less than BASE
Flag BASE (e2e8035) HEAD (a176ad5)
12 1
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #468      +/-   ##
=========================================
- Coverage    93.8%   81.5%   -12.3%     
=========================================
  Files          23      26       +3     
  Lines        1797    1994     +197     
=========================================
- Hits         1686    1626      -60     
- Misses        111     368     +257     
Files with missing lines Coverage Δ
cloudpathlib/__init__.py 93.7% <100.0%> (+0.8%) ⬆️
cloudpathlib/http/__init__.py 100.0% <100.0%> (ø)
cloudpathlib/cloudpath.py 90.3% <75.0%> (-4.2%) ⬇️
cloudpathlib/http/httppath.py 97.6% <97.6%> (ø)
cloudpathlib/http/httpclient.py 94.2% <94.2%> (ø)

... and 12 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.