deepset-ai / deepset-cloud-sdk

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

feat: progress bar for file uploads #23

Closed rjanjua closed 1 year ago

rjanjua commented 1 year ago

Adds progress bar to SDK/CLI

github-actions[bot] commented 1 year ago

Coverage report

The coverage rate went from 86% to 84% :arrow_down: The branch rate is 74%.

20% of new lines are covered.

Diff Coverage details (click to unfold) ### deepset_cloud_sdk/s3/upload.py `4%` of new lines are covered (`35%` of the complete file). Missing lines: `116`, `122`, `143`, `147`, `183`, `187`, `188`, `190`, `191`, `193`, `194`, `195`, `206`, `210`, `212`, `213`, `216`, `217`, `218`, `220`, `221`, `222` ### deepset_cloud_sdk/utils/progress_bar.py `83%` of new lines are covered (`83%` of the complete file). Missing lines: `16`