Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hanging progress bar on task errors in ProgressTrackingContext #49

Merged
merged 4 commits into from
Feb 5, 2024

Conversation

mihaiconstantin
Copy link
Owner

Addresses #44.

The `progress_wait` filed of `Options` class is used
to indicate the approximate duration to wait between
progress bar updates before checking if the task has
finished.
@mihaiconstantin mihaiconstantin self-assigned this Feb 5, 2024
@mihaiconstantin mihaiconstantin added the bug Something isn't working label Feb 5, 2024
Copy link

codecov bot commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8bbeaab) 98.58% compared to head (e00c163) 98.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   98.58%   98.61%   +0.02%     
==========================================
  Files          18       18              
  Lines         424      433       +9     
==========================================
+ Hits          418      427       +9     
  Misses          6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mihaiconstantin mihaiconstantin merged commit 22ff294 into main Feb 5, 2024
9 checks passed
@mihaiconstantin mihaiconstantin deleted the mihaiconstantin/issue44 branch February 5, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant