xcube-dev / xcube

xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
https://xcube.readthedocs.io/
MIT License
201 stars 20 forks source link

Formatted xcube Python code using black #948

Closed forman closed 8 months ago

forman commented 8 months ago

NOTE: I'll prepare a separate PR for the dev guide update, so it is easier to review for the whole dev team.

Checklist:

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 93.39184% with 128 lines in your changes are missing coverage. Please review.

Project coverage is 93.21%. Comparing base (ac43633) to head (b9a38b9).

Files Patch % Lines
test/core/gen2/remote/server.py 0.00% 47 Missing :warning:
test/core/gen2/remote/test_service.py 15.38% 33 Missing :warning:
test/cli/test_benchmark.py 5.55% 17 Missing :warning:
test/core/store/ref/test_store.py 45.00% 11 Missing :warning:
test/core/diagnosticstore.py 76.19% 5 Missing :warning:
test/cli/test_prune.py 88.88% 4 Missing :warning:
test/core/test_dsio.py 96.70% 3 Missing :warning:
...st/core/byoa/test_data/user_code/impl/algorithm.py 33.33% 2 Missing :warning:
test/core/test_chunkstore.py 91.30% 2 Missing :warning:
examples/serve/demo/resample_in_time.py 75.00% 1 Missing :warning:
... and 3 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #948 +/- ## ======================================= Coverage 93.21% 93.21% ======================================= Files 458 458 Lines 35812 35812 ======================================= Hits 33382 33382 Misses 2430 2430 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.