Skip to content

Remove unused product_count(...) accessor

d8c65d5
Select commit
Loading
Failed to load commit list.
Merged

Homogenize "count" interface #287

Remove unused product_count(...) accessor
d8c65d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 5, 2026 in 0s

74.36% (target 80.00%)

View this Pull Request on Codecov

74.36% (target 80.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.

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

@@            Coverage Diff             @@
##             main     #287      +/-   ##
==========================================
+ Coverage   74.28%   74.36%   +0.08%     
==========================================
  Files         124      124              
  Lines        2955     2961       +6     
  Branches      513      516       +3     
==========================================
+ Hits         2195     2202       +7     
+ Misses        540      537       -3     
- Partials      220      222       +2     
Files with missing lines Coverage Δ
phlex/core/framework_graph.cpp 90.32% <100.00%> (+1.07%) ⬆️
phlex/core/framework_graph.hpp 100.00% <ø> (ø)
phlex/core/node_catalog.cpp 69.23% <ø> (+24.23%) ⬆️
phlex/core/node_catalog.hpp 100.00% <ø> (ø)
phlex/model/data_layer_hierarchy.cpp 98.18% <100.00%> (+0.56%) ⬆️
phlex/model/data_layer_hierarchy.hpp 100.00% <100.00%> (ø)
plugins/layer_generator.cpp 98.48% <ø> (ø)
plugins/layer_generator.hpp 100.00% <ø> (ø)

... and 3 files 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 6b135fc...d8c65d5. Read the comment docs.

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