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

Redef fix #3065

Merged
merged 18 commits into from
Sep 4, 2024

fix missing #include redef now that it is deleted

2e5251e
Select commit
Loading
Failed to load commit list.
Merged

Redef fix #3065

fix missing #include redef now that it is deleted
2e5251e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

67.26% (-0.01%) compared to 9373eef

View this Pull Request on Codecov

67.26% (-0.01%) compared to 9373eef

Details

Codecov Report

Attention: Patch coverage is 72.38606% with 206 lines in your changes missing coverage. Please review.

Project coverage is 67.26%. Comparing base (9373eef) to head (2e5251e).

Files with missing lines Patch % Lines
src/oc/code.cpp 73.37% 41 Missing ⚠️
src/oc/nonlin.cpp 0.00% 39 Missing ⚠️
src/oc/axis.cpp 0.00% 29 Missing ⚠️
src/oc/parse.ypp 87.43% 26 Missing ⚠️
src/oc/hoc.cpp 82.88% 19 Missing ⚠️
src/oc/fileio.cpp 77.96% 13 Missing ⚠️
src/oc/code2.cpp 47.82% 12 Missing ⚠️
src/oc/plt.cpp 0.00% 10 Missing ⚠️
src/oc/plot.cpp 16.66% 5 Missing ⚠️
src/oc/xred.cpp 0.00% 4 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3065      +/-   ##
==========================================
- Coverage   67.27%   67.26%   -0.01%     
==========================================
  Files         571      571              
  Lines      104865   104868       +3     
==========================================
- Hits        70548    70542       -6     
- Misses      34317    34326       +9     

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