Skip to content

Update docs, release notes for #972

df1bfa9
Select commit
Loading
Failed to load commit list.
Merged

Separate models.py into submodules #972

Update docs, release notes for #972
df1bfa9
Select commit
Loading
Failed to load commit list.
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