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

Format src/ and test/ #610

Merged
merged 2 commits into from
Feb 13, 2024

Remove 'RemoveParentheses' from .clang-format

93be1ac
Select commit
Loading
Failed to load commit list.
Merged

Format src/ and test/ #610

Remove 'RemoveParentheses' from .clang-format
93be1ac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 12, 2024 in 1s

97.185% (+0.043%) compared to 47bdee6

View this Pull Request on Codecov

97.185% (+0.043%) compared to 47bdee6

Details

Codecov Report

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

Comparison is base (47bdee6) 97.142% compared to head (93be1ac) 97.185%.

Files Patch % Lines
src/adiar/bdd/apply.cpp 78.947% 8 Missing ⚠️
src/adiar/internal/algorithms/count.h 83.871% 5 Missing ⚠️
src/adiar/internal/algorithms/nested_sweeping.h 97.788% 5 Missing ⚠️
src/adiar/internal/io/file.h 88.235% 4 Missing ⚠️
src/adiar/bdd/bdd.cpp 93.617% 3 Missing ⚠️
src/adiar/internal/algorithms/select.h 91.176% 3 Missing ⚠️
src/adiar/internal/dd.h 94.340% 3 Missing ⚠️
src/adiar/bdd/if_then_else.cpp 98.148% 2 Missing ⚠️
src/adiar/internal/algorithms/pred.h 95.000% 2 Missing ⚠️
src/adiar/internal/algorithms/prod2.h 98.425% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@              Coverage Diff              @@
##              main      #610       +/-   ##
=============================================
+ Coverage   97.142%   97.185%   +0.043%     
=============================================
  Files           88        88               
  Lines         6264      6111      -153     
=============================================
- Hits          6085      5939      -146     
+ Misses         179       172        -7     

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