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 flaky tests #22

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Fix flaky tests #22

merged 1 commit into from
Mar 7, 2024

Conversation

markuswustenberg
Copy link
Member

Some of the tests depend on timing (because I'm not mocking the time), and need some more headroom, especially on slower machines.

Fixes #19

Some of the tests depend on timing (because I'm not mocking the time),
and need some more headroom, especially on slower machines.

Fixes #19
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.84%. Comparing base (1e3add3) to head (d0debfe).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   74.38%   76.84%   +2.46%     
==========================================
  Files           2        2              
  Lines         203      203              
==========================================
+ Hits          151      156       +5     
+ Misses         38       35       -3     
+ Partials       14       12       -2     

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

@markuswustenberg markuswustenberg merged commit 43814d7 into main Mar 7, 2024
4 checks passed
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.

Fix timing-dependent flaky tests
1 participant