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

Avoid mkdir race conditions during psave #64

Merged
merged 3 commits into from
May 27, 2024

barrier to avoid race condn

11bea63
Select commit
Loading
Failed to load commit list.
Merged

Avoid mkdir race conditions during psave #64

barrier to avoid race condn
11bea63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 27, 2024 in 0s

62.80% (+0.49%) compared to 921f62f

View this Pull Request on Codecov

62.80% (+0.49%) compared to 921f62f

Details

Codecov Report

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

Project coverage is 62.80%. Comparing base (921f62f) to head (11bea63).
Report is 1 commits behind head on main.

Files Patch % Lines
src/Io.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   62.30%   62.80%   +0.49%     
==========================================
  Files          15       15              
  Lines        1483     1484       +1     
==========================================
+ Hits          924      932       +8     
+ Misses        559      552       -7     

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