Closed jlahovnik closed 2 months ago
4 files ± 0 4 suites ±0 6m 23s :stopwatch: +20s 561 tests ± 0 558 :white_check_mark: +182 3 :zzz: +1 0 :x: - 52 2 244 runs +195 2 142 :white_check_mark: +481 102 :zzz: +4 0 :x: - 65
Results for commit 866af986. ± Comparison against base commit 19486454.
:recycle: This comment has been updated with latest results.
Filename Stmts Miss Cover
---------------------------------------- ------- ------ -------
cli.py 0 -11 +3.53%
config.py 0 -11 +2.99%
api/core.py 0 -128 +16.58%
api/product/_assets.py 0 -11 +22.91%
api/product/metadata_mapping.py 0 -7 +1.04%
plugins/manager.py 0 -9 +6.92%
plugins/apis/ecmwf.py 0 -55 +60.44%
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/crunch/filter_latest_tpl_name.py 0 -1 +3.22%
plugins/download/aws.py 0 -134 +27.41%
plugins/download/base.py 0 -28 +11.07%
plugins/download/creodias_s3.py 0 -1 +5.88%
plugins/download/http.py 0 -292 +54.68%
plugins/search/base.py 0 -7 +5.46%
plugins/search/build_search_result.py 0 -4 +2.21%
plugins/search/qssearch.py 0 -17 +2.49%
rest/core.py 0 -14 +5.98%
rest/stac.py 0 -5 +1.06%
rest/utils/__init__.py 0 -4 +4.30%
utils/__init__.py 0 -20 +4.00%
utils/rest.py 0 -19 +52.78%
TOTAL 0 -889 +9.25%
Results for commit: 866af9861b1d9ab580d6f06e692472ac6424c4f0
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
Filename Stmts Miss Cover
---------------------------------------- ------- ------ -------
cli.py 0 -35 +11.22%
config.py 0 -36 +9.81%
api/core.py 0 -314 +40.67%
api/product/_assets.py 0 -11 +22.91%
api/product/_product.py 0 -2 +1.06%
api/product/metadata_mapping.py 0 -89 +13.19%
plugins/manager.py 0 -15 +11.54%
plugins/apis/ecmwf.py 0 -55 +60.44%
plugins/apis/usgs.py 0 -121 +67.22%
plugins/authentication/aws_auth.py 0 -12 +63.16%
plugins/authentication/header.py 0 -9 +47.37%
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/crunch/filter_date.py 0 -31 +52.54%
plugins/crunch/filter_latest_tpl_name.py 0 -19 +61.29%
plugins/crunch/filter_overlap.py 0 -38 +57.58%
plugins/download/aws.py 0 -258 +52.76%
plugins/download/base.py 0 -47 +18.58%
plugins/download/creodias_s3.py 0 -1 +5.88%
plugins/download/http.py 0 -292 +54.69%
plugins/download/s3rest.py 0 -73 +62.93%
plugins/search/base.py 0 -39 +30.47%
plugins/search/build_search_result.py 0 -100 +55.25%
plugins/search/cop_marine.py 0 -117 +59.39%
plugins/search/creodias_s3.py 0 -31 +56.37%
plugins/search/data_request_search.py 0 -106 +53.00%
plugins/search/qssearch.py 0 -232 +34.02%
plugins/search/static_stac_search.py 0 -29 +40.28%
rest/config.py 0 -3 +11.53%
rest/core.py 0 -48 +20.51%
rest/stac.py 0 -228 +48.20%
rest/types/eodag_search.py 0 -1 +0.56%
rest/types/stac_search.py 0 -57 +45.24%
rest/utils/__init__.py 0 -20 +21.50%
rest/utils/cql_evaluate.py 0 -22 +45.83%
rest/utils/rfc3339.py 0 -14 +60.87%
types/__init__.py 0 -39 +34.21%
types/search_args.py 0 -15 +21.43%
utils/__init__.py 0 -33 +6.60%
utils/constraints.py 0 -10 +8.41%
utils/exceptions.py 0 -5 +14.28%
utils/logging.py 0 -13 +46.43%
utils/notebook.py 0 -2 +4.55%
utils/rest.py 0 -20 +55.55%
utils/stac_reader.py 0 -42 +37.84%
TOTAL 0 -2774 +28.88%
Results for commit: 866af9861b1d9ab580d6f06e692472ac6424c4f0
Minimum allowed coverage is 70%
:recycle: This comment has been updated with latest results
Enforce the use of shapely>=2.0.6 to fix issues with numpy 2.1 occurring with python 3.12.
Fixes #1302