Enum support - #114
Open
kwabenantim wants to merge 18 commits into
Open
Codecov / codecov/project
succeeded
Aug 3, 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 (267fff0) to head (dfeffa1).
Additional details and impacted files
@@ Coverage Diff @@
## develop #114 +/- ##
===========================================
+ Coverage 99.62% 99.68% +0.06%
===========================================
Files 25 27 +2
Lines 2114 2203 +89
Branches 469 487 +18
===========================================
+ Hits 2106 2196 +90
Misses 6 6
+ Partials 2 1 -1 | Files with missing lines | Coverage Δ | |
|---|---|---|
| cppwg/info/base_info.py | 100.00% <100.00%> (ø) |
|
| cppwg/info/enum_info.py | 100.00% <100.00%> (ø) |
|
| cppwg/info/free_function_info.py | 100.00% <ø> (ø) |
|
| cppwg/info/module_info.py | 100.00% <100.00%> (ø) |
|
| cppwg/info/package_info.py | 99.19% <ø> (ø) |
|
| cppwg/parsers/package_info_parser.py | 100.00% <100.00%> (ø) |
|
| cppwg/templates/pybind11_default.py | 100.00% <100.00%> (ø) |
|
| cppwg/utils/utils.py | 100.00% <100.00%> (ø) |
|
| cppwg/writers/class_writer.py | 98.76% <ø> (ø) |
|
| cppwg/writers/enum_writer.py | 100.00% <100.00%> (ø) |
|
| ... and 2 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading