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

Make Timer never times out if timeout is None #50

Merged
merged 3 commits into from
Jun 11, 2024

Replace `TimeoutError` with a custom exception

1e16f02
Select commit
Loading
Failed to load commit list.
Merged

Make Timer never times out if timeout is None #50

Replace `TimeoutError` with a custom exception
1e16f02
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 11, 2024 in 1s

85.85% (-0.03%) compared to 5957fa9

View this Pull Request on Codecov

85.85% (-0.03%) compared to 5957fa9

Details

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.85%. Comparing base (5957fa9) to head (1e16f02).

Files Patch % Lines
nextline/utils/queue.py 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
- Coverage   85.87%   85.85%   -0.03%     
==========================================
  Files         117      117              
  Lines        4396     4396              
  Branches      722      721       -1     
==========================================
- Hits         3775     3774       -1     
- Misses        557      559       +2     
+ Partials       64       63       -1     

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