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

Introduce type cloning. #651

Merged
merged 2 commits into from
Nov 3, 2023

Apply suggestions from clang-tidy and clang-format.

c77113a
Select commit
Loading
Failed to load commit list.
Merged

Introduce type cloning. #651

Apply suggestions from clang-tidy and clang-format.
c77113a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 3, 2023 in 0s

94.17% (+0.03%) compared to cf4ee10

View this Pull Request on Codecov

94.17% (+0.03%) compared to cf4ee10

Details

Codecov Report

Merging #651 (c77113a) into master (cf4ee10) will increase coverage by 0.03%.
The diff coverage is 65.82%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #651      +/-   ##
==========================================
+ Coverage   94.13%   94.17%   +0.03%     
==========================================
  Files          43       43              
  Lines        6312     6334      +22     
==========================================
+ Hits         5942     5965      +23     
+ Misses        370      369       -1     
Files Coverage Δ
include/clad/Differentiator/StmtClone.h 77.77% <ø> (ø)
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 95.90% <100.00%> (ø)
lib/Differentiator/VisitorBase.cpp 97.78% <100.00%> (+0.02%) ⬆️
lib/Differentiator/StmtClone.cpp 55.23% <62.50%> (+3.87%) ⬆️
Files Coverage Δ
include/clad/Differentiator/StmtClone.h 77.77% <ø> (ø)
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 95.90% <100.00%> (ø)
lib/Differentiator/VisitorBase.cpp 97.78% <100.00%> (+0.02%) ⬆️
lib/Differentiator/StmtClone.cpp 55.23% <62.50%> (+3.87%) ⬆️