Skip to content

Make wrapper generation more efficient - #126

Merged
kwabenantim merged 8 commits into
developfrom
perf-generation-speedups
Aug 14, 2026
Merged

Make wrapper generation more efficient#126
kwabenantim merged 8 commits into
developfrom
perf-generation-speedups

#125 Soften overstated perf-rationale comments

b0f0d53
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2026 in 0s

99.68% (target 99.00%)

View this Pull Request on Codecov

99.68% (target 99.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.68%. Comparing base (ca85410) to head (b0f0d53).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #126      +/-   ##
===========================================
- Coverage    99.75%   99.68%   -0.08%     
===========================================
  Files           31       31              
  Lines         2478     2536      +58     
  Branches       534      545      +11     
===========================================
+ Hits          2472     2528      +56     
- Misses           5        7       +2     
  Partials         1        1              
Files with missing lines Coverage Δ
cppwg/generators.py 99.43% <100.00%> (-0.01%) ⬇️
cppwg/info/base_info.py 100.00% <100.00%> (ø)
cppwg/info/module_info.py 100.00% <100.00%> (ø)
cppwg/info/package_info.py 99.43% <100.00%> (-0.01%) ⬇️
cppwg/parsers/source_parser.py 100.00% <100.00%> (ø)
cppwg/utils/utils.py 100.00% <100.00%> (ø)
cppwg/writers/class_writer.py 99.64% <100.00%> (+0.84%) ⬆️

... and 1 file with indirect coverage changes

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