deepset-ai / deepset-cloud-sdk

A Python SDK to interact with deepset Cloud
Apache License 2.0
9 stars 1 forks source link

fix: total filtered download #187

Closed ArzelaAscoIi closed 4 months ago

ArzelaAscoIi commented 4 months ago

Related Issues

Proposed Changes?

How did you test it?

Checklist

swarmia[bot] commented 4 months ago

✅  Linked to Bug DC-1125 · Wrong progress status when downloading files

github-actions[bot] commented 4 months ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  deepset_cloud_sdk/_service
  files_service.py
Project Total  

This report was generated by python-coverage-comment-action

ArzelaAscoIi commented 4 months ago

If this was covered by existing tests - why didn't we catch it before?

I was expecting that a test fails and i just quickly fix it. But turns out that there was no unit test for the progress par 🙃 added it