Skip to content

exclude PyType_Ready() API calls from code coverage

27b5adb
Select commit
Loading
Failed to load commit list.
Merged

python-based providers #462

exclude PyType_Ready() API calls from code coverage
27b5adb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 27, 2026 in 0s

85.25% (target 80.00%)

View this Pull Request on Codecov

85.25% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 84.21053% with 39 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
plugins/python/src/modulewrap.cpp 88.65% 10 Missing and 12 partials ⚠️
plugins/python/src/pymodule.cpp 63.04% 7 Missing and 10 partials ⚠️
@@            Coverage Diff             @@
##             main     #462      +/-   ##
==========================================
+ Coverage   84.88%   85.25%   +0.37%     
==========================================
  Files         127      142      +15     
  Lines        3340     3541     +201     
  Branches      575      610      +35     
==========================================
+ Hits         2835     3019     +184     
- Misses        308      314       +6     
- Partials      197      208      +11     
Files with missing lines Coverage Δ
phlex/app/load_module.cpp 86.04% <100.00%> (ø)
plugins/python/src/configwrap.cpp 85.56% <ø> (ø)
plugins/python/src/dciwrap.cpp 100.00% <100.00%> (ø)
plugins/python/src/wrap.hpp 100.00% <ø> (ø)
plugins/python/src/pymodule.cpp 58.58% <63.04%> (-2.23%) ⬇️
plugins/python/src/modulewrap.cpp 78.66% <88.65%> (+1.97%) ⬆️

... and 50 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 06b11e3...27b5adb. Read the comment docs.

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