Closed jlahovnik closed 1 week ago
4 files ±0 4 suites ±0 5m 54s ⏱️ ±0s 571 tests ±0 568 ✅ ±0 3 💤 ±0 0 ❌ ±0 2 284 runs ±0 2 188 ✅ ±0 96 💤 ±0 0 ❌ ±0
Results for commit e3cbae2f. ± Comparison against base commit 10923f00.
:recycle: This comment has been updated with latest results.
Filename Stmts Miss Cover
---------------------------------------- ------- ------ -------
config.py -1 -7 +1.88%
api/core.py 0 -53 +6.87%
api/product/metadata_mapping.py 0 -2 +0.30%
plugins/apis/usgs.py 0 -90 +50.00%
plugins/authentication/header.py 0 -2 +10.53%
plugins/authentication/keycloak.py 0 -10 +20.84%
plugins/authentication/openid_connect.py 0 -9 +4.81%
plugins/download/base.py 0 -28 +11.07%
plugins/download/http.py 0 -31 +5.81%
plugins/download/s3rest.py 0 +73 -62.93%
plugins/search/build_search_result.py 0 -4 +2.21%
plugins/search/qssearch.py 0 -17 +2.49%
utils/__init__.py 0 -4 +0.80%
TOTAL -1 -184 +1.91%
Results for commit: 7f67641916292cd70adbde9f26b35659c28ce478
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
Filename Stmts Miss Cover
---------------------------------------- ------- ------ -------
cli.py 0 -24 +7.69%
config.py -1 -32 +8.70%
api/core.py 0 -138 +17.88%
api/product/_product.py 0 -2 +1.06%
api/product/metadata_mapping.py 0 -82 +12.15%
plugins/manager.py 0 -3 +2.31%
plugins/apis/usgs.py 0 -116 +64.44%
plugins/authentication/aws_auth.py 0 -12 +63.16%
plugins/authentication/header.py 0 -7 +36.84%
plugins/authentication/keycloak.py 0 -27 +56.25%
plugins/authentication/openid_connect.py 0 -14 +7.49%
plugins/authentication/qsauth.py 0 -19 +55.88%
plugins/authentication/sas_auth.py 0 -30 +63.83%
plugins/download/aws.py 0 -258 +52.76%
plugins/download/base.py 0 -37 +14.63%
plugins/download/creodias_s3.py 0 -1 +5.88%
plugins/download/http.py 0 -31 +5.81%
plugins/search/base.py 0 -31 +24.22%
plugins/search/build_search_result.py 0 -92 +50.83%
plugins/search/cop_marine.py 0 -117 +59.39%
plugins/search/creodias_s3.py 0 -31 +56.37%
plugins/search/qssearch.py 0 -222 +32.56%
rest/types/stac_search.py 0 -50 +39.68%
rest/utils/cql_evaluate.py 0 -22 +45.83%
rest/utils/rfc3339.py 0 -13 +56.52%
types/__init__.py 0 -39 +34.21%
utils/__init__.py 0 -9 +1.80%
utils/constraints.py 0 -10 +8.41%
utils/exceptions.py 0 -2 +5.71%
utils/logging.py 0 -13 +46.43%
utils/notebook.py 0 -2 +4.55%
utils/rest.py 0 -1 +2.77%
utils/stac_reader.py 0 -42 +37.84%
TOTAL -1 -1529 +15.91%
Results for commit: 7f67641916292cd70adbde9f26b35659c28ce478
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
query_params_key
is still present inconfig.py
https://github.com/CS-SI/eodag/blob/0abfd6f953f3e3054cd7cf5550660eb0809d889e/eodag/config.py#L317
Is the intention of this PR to remove it only from
providers.yml
?
Good point. I remove it from config.py too.
NOTE: failing tests are not related to changes on this branch but to a general problem with shapely and python 3.12
Filename Stmts Miss Cover
---------- ------- ------ --------
TOTAL 0 0 +100.00%
Results for commit: e3cbae2f979183a6967d666bd470f1c263d4c4a0
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
Filename Stmts Miss Cover
---------- ------- ------ --------
TOTAL 0 0 +100.00%
Results for commit: e3cbae2f979183a6967d666bd470f1c263d4c4a0
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
Removes
two_passes_id_search
(oldwekeo
configuration parameter) from theproviders.yml
file because it is not used anymore