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

Reproducible names for zeroD objects #1765

Merged
merged 9 commits into from
Aug 24, 2024

[googletest] Simplify char* handling

afed40f
Select commit
Loading
Failed to load commit list.
Merged

Reproducible names for zeroD objects #1765

[googletest] Simplify char* handling
afed40f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 19, 2024 in 0s

73.23% (+0.03%) compared to c16cbe6

View this Pull Request on Codecov

73.23% (+0.03%) compared to c16cbe6

Details

Codecov Report

Attention: Patch coverage is 74.38424% with 52 lines in your changes missing coverage. Please review.

Project coverage is 73.23%. Comparing base (c16cbe6) to head (afed40f).

Files Patch % Lines
src/clib/ctreactor.cpp 11.90% 37 Missing ⚠️
src/zeroD/ReactorFactory.cpp 83.67% 8 Missing ⚠️
src/zeroD/ReactorBase.cpp 84.61% 0 Missing and 2 partials ⚠️
src/zeroD/ReactorSurface.cpp 71.42% 1 Missing and 1 partial ⚠️
src/zeroD/FlowDeviceFactory.cpp 88.88% 1 Missing ⚠️
src/zeroD/Reactor.cpp 75.00% 0 Missing and 1 partial ⚠️
src/zeroD/WallFactory.cpp 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1765      +/-   ##
==========================================
+ Coverage   73.20%   73.23%   +0.03%     
==========================================
  Files         381      381              
  Lines       54240    54371     +131     
  Branches     9236     9251      +15     
==========================================
+ Hits        39707    39820     +113     
- Misses      11564    11578      +14     
- Partials     2969     2973       +4     

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