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

Moving DerivedFnCollector out of ClangPlugin #868

Merged
merged 1 commit into from
Apr 25, 2024

Moving DerivedFnCollector out of ClangPlugin

b00c0c1
Select commit
Loading
Failed to load commit list.
Merged

Moving DerivedFnCollector out of ClangPlugin #868

Moving DerivedFnCollector out of ClangPlugin
b00c0c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 25, 2024 in 0s

94.81% (+0.04%) compared to 91308b8

View this Pull Request on Codecov

94.81% (+0.04%) compared to 91308b8

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.81%. Comparing base (91308b8) to head (b00c0c1).
Report is 5 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #868      +/-   ##
==========================================
+ Coverage   94.77%   94.81%   +0.04%     
==========================================
  Files          49       51       +2     
  Lines        7596     7618      +22     
==========================================
+ Hits         7199     7223      +24     
+ Misses        397      395       -2     
Files Coverage Δ
include/clad/Differentiator/DerivativeBuilder.h 100.00% <ø> (ø)
include/clad/Differentiator/DerivedFnCollector.h 100.00% <100.00%> (ø)
include/clad/Differentiator/DerivedFnInfo.h 100.00% <100.00%> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.81% <100.00%> (+<0.01%) ⬆️
lib/Differentiator/DerivativeBuilder.cpp 98.98% <100.00%> (+0.02%) ⬆️
lib/Differentiator/DerivedFnCollector.cpp 100.00% <100.00%> (ø)
lib/Differentiator/DerivedFnInfo.cpp 100.00% <100.00%> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 97.18% <100.00%> (+0.01%) ⬆️
tools/ClangPlugin.cpp 95.63% <100.00%> (-0.32%) ⬇️
tools/ClangPlugin.h 94.02% <100.00%> (-0.05%) ⬇️

... and 3 files with indirect coverage changes

Files Coverage Δ
include/clad/Differentiator/DerivativeBuilder.h 100.00% <ø> (ø)
include/clad/Differentiator/DerivedFnCollector.h 100.00% <100.00%> (ø)
include/clad/Differentiator/DerivedFnInfo.h 100.00% <100.00%> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.81% <100.00%> (+<0.01%) ⬆️
lib/Differentiator/DerivativeBuilder.cpp 98.98% <100.00%> (+0.02%) ⬆️
lib/Differentiator/DerivedFnCollector.cpp 100.00% <100.00%> (ø)
lib/Differentiator/DerivedFnInfo.cpp 100.00% <100.00%> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 97.18% <100.00%> (+0.01%) ⬆️
tools/ClangPlugin.cpp 95.63% <100.00%> (-0.32%) ⬇️
tools/ClangPlugin.h 94.02% <100.00%> (-0.05%) ⬇️

... and 3 files with indirect coverage changes