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

(Atomic) Boundary Condition Patches (pt. 1/2) #737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

(Atomic) Boundary Condition Patches

7912215
Select commit
Loading
Failed to load commit list.
Open

(Atomic) Boundary Condition Patches (pt. 1/2) #737

(Atomic) Boundary Condition Patches
7912215
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 30, 2024 in 0s

44.37% (target 1.00%)

View this Pull Request on Codecov

44.37% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 56.44444% with 196 lines in your changes missing coverage. Please review.

Project coverage is 44.37%. Comparing base (d1b8028) to head (7912215).

Files with missing lines Patch % Lines
src/common/m_mpi_common.fpp 53.23% 71 Missing and 23 partials ⚠️
src/common/m_boundary_conditions_common.fpp 68.96% 21 Missing and 6 partials ⚠️
src/simulation/m_mpi_proxy.fpp 40.90% 23 Missing and 3 partials ⚠️
src/simulation/m_cbc.fpp 41.66% 8 Missing and 6 partials ⚠️
src/common/m_helper.fpp 22.22% 7 Missing ⚠️
src/simulation/m_start_up.fpp 62.50% 6 Missing ⚠️
src/common/m_checker_common.fpp 16.66% 5 Missing ⚠️
src/simulation/m_viscous.fpp 0.00% 2 Missing and 2 partials ⚠️
src/post_process/m_data_input.fpp 40.00% 3 Missing ⚠️
src/simulation/m_ibm.fpp 25.00% 3 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #737      +/-   ##
==========================================
+ Coverage   43.63%   44.37%   +0.73%     
==========================================
  Files          61       63       +2     
  Lines       16893    15320    -1573     
  Branches     1948     1798     -150     
==========================================
- Hits         7372     6798     -574     
+ Misses       8404     7469     -935     
+ Partials     1117     1053      -64     

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