Skip to content

Apply clang-format fixes

72cb86c
Select commit
Loading
Failed to load commit list.
Merged

Improve test coverage for Python support #213

Apply clang-format fixes
72cb86c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 11, 2026 in 0s

80.12% (target 80.00%)

View this Pull Request on Codecov

80.12% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 73.68421% with 60 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
plugins/python/src/modulewrap.cpp 76.14% 25 Missing and 27 partials ⚠️
phlex/core/edge_maker.hpp 0.00% 3 Missing and 2 partials ⚠️
phlex/core/edge_maker.cpp 0.00% 2 Missing and 1 partial ⚠️
@@            Coverage Diff             @@
##             main     #213      +/-   ##
==========================================
+ Coverage   75.69%   80.12%   +4.42%     
==========================================
  Files         125      125              
  Lines        2946     3074     +128     
  Branches      519      546      +27     
==========================================
+ Hits         2230     2463     +233     
+ Misses        497      383     -114     
- Partials      219      228       +9     
Files with missing lines Coverage Δ
plugins/python/src/configwrap.cpp 76.62% <100.00%> (ø)
plugins/python/src/lifelinewrap.cpp 53.33% <100.00%> (+3.33%) ⬆️
phlex/core/edge_maker.cpp 68.00% <0.00%> (-9.28%) ⬇️
phlex/core/edge_maker.hpp 83.33% <0.00%> (-16.67%) ⬇️
plugins/python/src/modulewrap.cpp 75.04% <76.14%> (+29.00%) ⬆️

... and 4 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 5cbe714...72cb86c. Read the comment docs.

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