WIP: Implement HTTP #468
Open
WIP: Implement HTTP #468
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.
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%> (ø) |
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading