Skip to content

attempt to make CodeQL accept my test

71aba5a
Select commit
Loading
Failed to load commit list.
Merged

Python test coverage improvements #399

attempt to make CodeQL accept my test
71aba5a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 7, 2026 in 0s

84.22% (target 80.00%)

View this Pull Request on Codecov

84.22% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 85.71429% with 25 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
plugins/python/src/modulewrap.cpp 72.72% 8 Missing and 13 partials ⚠️
plugins/python/python/phlex/_typing.py 93.65% 4 Missing ⚠️
@@            Coverage Diff             @@
##             main     #399      +/-   ##
==========================================
+ Coverage   83.77%   84.22%   +0.45%     
==========================================
  Files         126      128       +2     
  Lines        3291     3322      +31     
  Branches      583      564      -19     
==========================================
+ Hits         2757     2798      +41     
+ Misses        325      324       -1     
+ Partials      209      200       -9     
Files with missing lines Coverage Δ
plugins/python/python/phlex/__init__.py 100.00% <100.00%> (ø)
plugins/python/python/phlex/_variant.py 100.00% <100.00%> (ø)
plugins/python/python/phlex/_typing.py 93.65% <93.65%> (ø)
plugins/python/src/modulewrap.cpp 72.42% <72.72%> (+1.11%) ⬆️

... 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 b9c382c...71aba5a. Read the comment docs.

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