Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test genno vs. legacy reporting #178

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Compare report output for "all::iamc"

1034331
Select commit
Loading
Failed to load commit list.
Draft

Test genno vs. legacy reporting #178

Compare report output for "all::iamc"
1034331
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 10, 2025 in 1s

55.5% (-21.9%) compared to 4fd6446

View this Pull Request on Codecov

55.5% (-21.9%) compared to 4fd6446

Details

Codecov Report

Attention: Patch coverage is 30.30303% with 46 lines in your changes missing coverage. Please review.

Project coverage is 55.5%. Comparing base (4fd6446) to head (1034331).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
message_ix_models/tests/test_report.py 21.8% 43 Missing ⚠️
message_ix_models/report/config.py 60.0% 2 Missing ⚠️
message_ix_models/report/compat.py 0.0% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (4fd6446) and HEAD (1034331). Click for more details.

HEAD has 12 uploads less than BASE
Flag BASE (4fd6446) HEAD (1034331)
15 3
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #178      +/-   ##
========================================
- Coverage   77.4%   55.5%   -21.9%     
========================================
  Files        217     217              
  Lines      16851   16907      +56     
========================================
- Hits       13048    9395    -3653     
- Misses      3803    7512    +3709     
Files with missing lines Coverage Δ
message_ix_models/cli.py 93.4% <ø> (ø)
message_ix_models/report/__init__.py 87.3% <100.0%> (-8.4%) ⬇️
message_ix_models/tests/report/test_legacy.py 55.0% <ø> (ø)
message_ix_models/report/compat.py 35.1% <0.0%> (-64.2%) ⬇️
message_ix_models/report/config.py 94.1% <60.0%> (-5.9%) ⬇️
message_ix_models/tests/test_report.py 68.2% <21.8%> (-31.8%) ⬇️

... and 65 files with indirect coverage changes

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