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

Fix the generation of invalid code in some common cases #1088

Merged
merged 1 commit into from
Oct 8, 2024

Fix the generation of invalid code in some common cases

8243b3c
Select commit
Loading
Failed to load commit list.
Merged

Fix the generation of invalid code in some common cases #1088

Fix the generation of invalid code in some common cases
8243b3c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 0s

94.23% (+0.01%) compared to 8ed2707

View this Pull Request on Codecov

94.23% (+0.01%) compared to 8ed2707

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.23%. Comparing base (8ed2707) to head (8243b3c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1088      +/-   ##
==========================================
+ Coverage   94.21%   94.23%   +0.01%     
==========================================
  Files          48       48              
  Lines        8131     8158      +27     
==========================================
+ Hits         7661     7688      +27     
  Misses        470      470              
Files with missing lines Coverage Δ
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.73% <100.00%> (+<0.01%) ⬆️
lib/Differentiator/ReverseModeVisitor.cpp 95.47% <100.00%> (+0.02%) ⬆️
lib/Differentiator/VisitorBase.cpp 97.14% <100.00%> (+0.07%) ⬆️
Files with missing lines Coverage Δ
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.73% <100.00%> (+<0.01%) ⬆️
lib/Differentiator/ReverseModeVisitor.cpp 95.47% <100.00%> (+0.02%) ⬆️
lib/Differentiator/VisitorBase.cpp 97.14% <100.00%> (+0.07%) ⬆️