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

Remove race condition in mpi testing #1821

Merged
merged 3 commits into from
Jan 31, 2024

Merge branch 'main' into arw-patch-1

f79d859
Select commit
Loading
Failed to load commit list.
Merged

Remove race condition in mpi testing #1821

Merge branch 'main' into arw-patch-1
f79d859
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2024 in 0s

80.30% (+5.71%) compared to 0799029

View this Pull Request on Codecov

80.30% (+5.71%) compared to 0799029

Details

Codecov Report

Attention: 220 lines in your changes are missing coverage. Please review.

Comparison is base (0799029) 74.59% compared to head (f79d859) 80.30%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/meshes/t8code_mesh.jl 58.92% 99 Missing ⚠️
src/solvers/dgsem_t8code/dg_parallel.jl 0.00% 57 Missing ⚠️
src/solvers/dgsem_t8code/containers_parallel.jl 0.00% 27 Missing ⚠️
src/callbacks_step/stepsize_dg2d.jl 0.00% 8 Missing ⚠️
src/callbacks_step/stepsize_dg3d.jl 0.00% 8 Missing ⚠️
src/callbacks_step/amr.jl 54.55% 5 Missing ⚠️
src/callbacks_step/amr_dg2d.jl 0.00% 3 Missing ⚠️
src/callbacks_step/amr_dg3d.jl 0.00% 3 Missing ⚠️
src/solvers/dgsem_p4est/dg_parallel.jl 0.00% 3 Missing ⚠️
src/callbacks_step/amr_dg.jl 0.00% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1821      +/-   ##
==========================================
+ Coverage   74.59%   80.30%   +5.71%     
==========================================
  Files         452      454       +2     
  Lines       35959    36226     +267     
==========================================
+ Hits        26823    29089    +2266     
+ Misses       9136     7137    -1999     

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