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

Constify interfaces. NFC #1170

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Constify interfaces. NFC #1170

merged 1 commit into from
Dec 14, 2024

Conversation

vgvassilev
Copy link
Owner

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

lib/Differentiator/CladUtils.cpp Outdated Show resolved Hide resolved
lib/Differentiator/DerivativeBuilder.cpp Show resolved Hide resolved
Copy link

codecov bot commented Dec 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.56%. Comparing base (fbf11f1) to head (0fbd708).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1170      +/-   ##
==========================================
- Coverage   94.56%   94.56%   -0.01%     
==========================================
  Files          51       51              
  Lines        8947     8942       -5     
==========================================
- Hits         8461     8456       -5     
  Misses        486      486              
Files with missing lines Coverage Δ
include/clad/Differentiator/CladUtils.h 100.00% <ø> (ø)
include/clad/Differentiator/DerivativeBuilder.h 100.00% <ø> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.76% <100.00%> (-0.01%) ⬇️
lib/Differentiator/CladUtils.cpp 94.50% <100.00%> (ø)
lib/Differentiator/DerivativeBuilder.cpp 100.00% <ø> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 95.59% <100.00%> (-0.01%) ⬇️
Files with missing lines Coverage Δ
include/clad/Differentiator/CladUtils.h 100.00% <ø> (ø)
include/clad/Differentiator/DerivativeBuilder.h 100.00% <ø> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.76% <100.00%> (-0.01%) ⬇️
lib/Differentiator/CladUtils.cpp 94.50% <100.00%> (ø)
lib/Differentiator/DerivativeBuilder.cpp 100.00% <ø> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 95.59% <100.00%> (-0.01%) ⬇️

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@vgvassilev vgvassilev merged commit cebc426 into master Dec 14, 2024
90 checks passed
@vgvassilev vgvassilev deleted the constify branch December 14, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant