Closed SpicyGarlicAlbacoreRoll closed 1 year ago
Merging #209 (fef8c4c) into stable (c33d276) will decrease coverage by
0.74%
. The diff coverage is34.28%
.
@@ Coverage Diff @@
## stable #209 +/- ##
==========================================
- Coverage 89.50% 88.76% -0.74%
==========================================
Files 51 52 +1
Lines 1934 1958 +24
==========================================
+ Hits 1731 1738 +7
- Misses 203 220 +17
Flag | Coverage Δ | |
---|---|---|
unittests | 88.76% <34.28%> (-0.74%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
asf_search/ASFProduct.py | 59.67% <9.52%> (-22.15%) |
:arrow_down: |
asf_search/ASFSearchResults.py | 74.50% <20.00%> (+0.50%) |
:arrow_up: |
asf_search/CMR/translate.py | 95.58% <100.00%> (+0.02%) |
:arrow_up: |
asf_search/WKT/validate_wkt.py | 95.23% <100.00%> (ø) |
|
asf_search/download/__init__.py | 100.00% <100.00%> (ø) |
|
asf_search/download/file_download_type.py | 100.00% <100.00%> (ø) |
|
asf_search/export/export_translators.py | 100.00% <100.00%> (ø) |
v6.6.0
Added
fileType
param toASFProduct
andASFSearchResults
download method. Let's users download burst .xml and/or .tiff from the burst extractor withFileDownloadType
enum (DEFAULT_FILE
,ADDITIONAL_FILES
,ALL_FILES
)Fixed