Skip to content

Python package generation script - #121

Merged
kwabenantim merged 24 commits into
developfrom
102-initgen-script
Aug 12, 2026
Merged

Python package generation script#121
kwabenantim merged 24 commits into
developfrom
102-initgen-script

#102 Address package-layer generator review comments

8694917
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 12, 2026 in 1s

99.75% (target 99.00%)

View this Pull Request on Codecov

99.75% (target 99.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.75%. Comparing base (d7de4ca) to head (8694917).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #121      +/-   ##
===========================================
+ Coverage    99.73%   99.75%   +0.02%     
===========================================
  Files           29       31       +2     
  Lines         2258     2469     +211     
  Branches       490      532      +42     
===========================================
+ Hits          2252     2463     +211     
  Misses           5        5              
  Partials         1        1              
Files with missing lines Coverage Δ
cppwg/__main__.py 100.00% <100.00%> (ø)
cppwg/generators.py 99.45% <100.00%> (+0.02%) ⬆️
cppwg/genpackage.py 100.00% <100.00%> (ø)
cppwg/info/base_info.py 100.00% <ø> (ø)
cppwg/info/class_info.py 100.00% <100.00%> (ø)
cppwg/info/exclusions.py 100.00% <100.00%> (ø)
cppwg/utils/constants.py 100.00% <100.00%> (ø)
cppwg/utils/package_model.py 100.00% <100.00%> (ø)
cppwg/writers/free_function_writer.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.