Separate models.py into submodules #972
Merged
Codecov / codecov/project
succeeded
Aug 20, 2025 in 1s
96.2% (+0.1%) compared to cc014c2
View this Pull Request on Codecov
96.2% (+0.1%) compared to cc014c2
Details
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.2%. Comparing base (cc014c2) to head (df1bfa9).
Additional details and impacted files
@@ Coverage Diff @@
## main #972 +/- ##
=======================================
+ Coverage 96.1% 96.2% +0.1%
=======================================
Files 54 60 +6
Lines 5097 5132 +35
=======================================
+ Hits 4901 4940 +39
+ Misses 196 192 -4 | Files with missing lines | Coverage Δ | |
|---|---|---|
| message_ix/__init__.py | 100.0% <100.0%> (ø) |
|
| message_ix/common.py | 100.0% <100.0%> (ø) |
|
| message_ix/core.py | 97.4% <100.0%> (ø) |
|
| message_ix/macro/__init__.py | 100.0% <100.0%> (ø) |
|
| message_ix/macro/calibrate.py | 96.7% <100.0%> (ø) |
|
| message_ix/message.py | 100.0% <100.0%> (ø) |
|
| message_ix/message_macro.py | 100.0% <100.0%> (ø) |
|
| message_ix/models.py | 100.0% <100.0%> (+0.7%) |
⬆️ |
| message_ix/report/__init__.py | 100.0% <100.0%> (ø) |
|
| message_ix/testing/__init__.py | 99.7% <100.0%> (ø) |
|
| ... and 7 more |
Loading