Skip to content

Use std::jthread to automatically join on driver-thread destruction

65b587a
Select commit
Loading
Failed to load commit list.
Merged

Mandate the specification of the data layer in input_family(...) #155

Use std::jthread to automatically join on driver-thread destruction
65b587a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2025 in 0s

80.90% (target 80.00%)

View this Pull Request on Codecov

80.90% (target 80.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   81.31%   80.90%   -0.42%     
==========================================
  Files         115      115              
  Lines        2039     2042       +3     
  Branches      328      330       +2     
==========================================
- Hits         1658     1652       -6     
- Misses        249      256       +7     
- Partials      132      134       +2     
Files with missing lines Coverage Δ
phlex/core/framework_graph.cpp 86.20% <100.00%> (+2.45%) ⬆️
phlex/core/product_query.cpp 64.28% <100.00%> (-15.72%) ⬇️
phlex/core/product_query.hpp 62.50% <ø> (-12.50%) ⬇️
phlex/core/registration_api.hpp 100.00% <100.00%> (ø)
phlex/utilities/async_driver.hpp 100.00% <100.00%> (ø)

... and 6 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 70a3bba...65b587a. Read the comment docs.

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