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 for race condition #1146

Merged
merged 2 commits into from
Mar 30, 2021
Merged

fix for race condition #1146

merged 2 commits into from
Mar 30, 2021

Conversation

willmcgugan
Copy link
Collaborator

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @willmcgugan may be pedantic in the code review.

Description

Please describe your changes here. If this fixes a bug, please link to the issue, if possible.

@codecov
Copy link

codecov bot commented Mar 30, 2021

Codecov Report

Merging #1146 (bcb2923) into master (f24b668) will decrease coverage by 0.01%.
The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1146      +/-   ##
==========================================
- Coverage   99.84%   99.82%   -0.02%     
==========================================
  Files          69       69              
  Lines        6322     6331       +9     
==========================================
+ Hits         6312     6320       +8     
- Misses         10       11       +1     
Flag Coverage Δ
unittests 99.82% <93.75%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rich/progress.py 97.80% <33.33%> (-0.24%) ⬇️
rich/console.py 100.00% <100.00%> (ø)
rich/control.py 100.00% <100.00%> (ø)
rich/live.py 100.00% <100.00%> (ø)
rich/live_render.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0758f2e...bcb2923. Read the comment docs.

@willmcgugan willmcgugan merged commit 11c305e into master Mar 30, 2021
@willmcgugan willmcgugan deleted the progress-race-condition branch March 30, 2021 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant