Closed jlahovnik closed 3 weeks ago
4 files ±0 4 suites ±0 5m 52s ⏱️ ±0s 573 tests +2 570 ✅ +2 3 💤 ±0 0 ❌ ±0 2 292 runs +8 2 196 ✅ +8 96 💤 ±0 0 ❌ ±0
Results for commit 3845bc2b. ± Comparison against base commit e20c12b4.
:recycle: This comment has been updated with latest results.
Filename Stmts Miss Cover
------------------------ ------- ------ -------
plugins/download/http.py +3 -12 +2.36%
TOTAL +3 -12 +0.13%
Results for commit: 3845bc2ba550ad2fac609343508e7098416ca96e
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
Filename Stmts Miss Cover
------------------------ ------- ------ -------
plugins/download/http.py +3 -12 +2.36%
TOTAL +3 -12 +0.13%
Results for commit: 3845bc2ba550ad2fac609343508e7098416ca96e
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
HTTPDownload
if a problem occurs during an asset download, aDownload
error is raised and the whole product download is interrupted.planetary_computer
some assets where not downloaded because, for the same product, there are assets where authentication is required for the download and assets where authentication should not be added. → InHTTPDownload
, the asset url is now compared tomatching_url
from the config to check if authentication should be added to the request.