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

Add tests for detecting race conditions #121

Merged
merged 6 commits into from
Oct 9, 2024
Merged

Add tests for detecting race conditions #121

merged 6 commits into from
Oct 9, 2024

Conversation

yakimka
Copy link
Owner

@yakimka yakimka commented Oct 9, 2024

I'm not entirely sure, but the tests are written, and the foundation is in place

Closes #39

@yakimka yakimka force-pushed the race-tests branch 4 times, most recently from 0eba76e to 92837a8 Compare October 9, 2024 11:11
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (b9af07f) to head (082f65d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   99.63%   99.64%           
=======================================
  Files          28       29    +1     
  Lines        2209     2237   +28     
  Branches      412      414    +2     
=======================================
+ Hits         2201     2229   +28     
  Misses          3        3           
  Partials        5        5           

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

@yakimka yakimka force-pushed the race-tests branch 8 times, most recently from 1406655 to 39ead52 Compare October 9, 2024 12:28
@yakimka yakimka merged commit 3d34b90 into main Oct 9, 2024
8 checks passed
@yakimka yakimka deleted the race-tests branch October 9, 2024 13:58
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.

Ensure that library is not affected by race conditions
1 participant