Closed skshetry closed 9 months ago
Attention: 17 lines
in your changes are missing coverage. Please review.
Comparison is base (
edc151c
) 63.83% compared to head (67ef3eb
) 68.84%.:exclamation: Current head 67ef3eb differs from pull request most recent head c8359c1. Consider uploading reports for the commit c8359c1 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/dvc_objects/fs/base.py | 14.28% | 12 Missing :warning: |
src/dvc_objects/fs/callbacks.py | 58.33% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Structured callbacks are now available in fsspec>=2024.2.0, so we can remove most of the code here. Almost all of the
dvc_objects.fs.callbacks
is deprecated, and will be removed within 4.x minor release, including TqdmCallback.TqdmCallback can be replaced with fsspec's TqdmCallback, or can be overridden very easily. This will likely be moved to dvc-data for now.
Similarly,
dvc_objects._tqdm
module is deprecated and is slated for removal within 4.x minor release. The code will likely move over to dvc-data.