Skip to content

Remove vestigial inheritance from std::enable_shared_from_this#293

Merged
knoepfel merged 1 commit intoFramework-R-D:mainfrom
knoepfel:remove-enable-shared
Feb 9, 2026
Merged

Remove vestigial inheritance from std::enable_shared_from_this#293
knoepfel merged 1 commit intoFramework-R-D:mainfrom
knoepfel:remove-enable-shared

Conversation

@knoepfel
Copy link
Copy Markdown
Member

@knoepfel knoepfel commented Feb 6, 2026

The product_store class' inheritance from std::enable_shared_from_this is no longer need as shared_from_this() is not used anymore.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

❌ Your project status has failed because the head coverage (74.46%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
+ Coverage   74.28%   74.46%   +0.18%     
==========================================
  Files         124      124              
  Lines        2955     2961       +6     
  Branches      513      516       +3     
==========================================
+ Hits         2195     2205      +10     
+ Misses        540      534       -6     
- Partials      220      222       +2     
Flag Coverage Δ
unittests 74.46% <ø> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
phlex/model/product_store.hpp 100.00% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7cfe714...9d9deff. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knoepfel knoepfel force-pushed the remove-enable-shared branch from 34b5254 to 9d9deff Compare February 9, 2026 14:38
@greenc-FNAL
Copy link
Copy Markdown
Contributor

Review the full CodeQL report for details.

@knoepfel knoepfel merged commit 022f754 into Framework-R-D:main Feb 9, 2026
45 of 46 checks passed
@knoepfel knoepfel deleted the remove-enable-shared branch February 9, 2026 18:47
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.

3 participants