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

Introduce run.clone() #141

Open
wants to merge 11 commits into
base: remove-column-class-parameter
Choose a base branch
from

Enhance readability of run.clone test

ed0a184
Select commit
Loading
Failed to load commit list.
Open

Introduce run.clone() #141

Enhance readability of run.clone test
ed0a184
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2025 in 1s

87.1% (+0.0%) compared to 87d520e

View this Pull Request on Codecov

87.1% (+0.0%) compared to 87d520e

Details

Codecov Report

Attention: Patch coverage is 90.90909% with 10 lines in your changes missing coverage. Please review.

Project coverage is 87.1%. Comparing base (87d520e) to head (ed0a184).

Files with missing lines Patch % Lines
ixmp4/data/db/iamc/utils.py 82.0% 7 Missing ⚠️
ixmp4/data/abstract/run.py 50.0% 1 Missing ⚠️
ixmp4/data/db/iamc/timeseries/repository.py 50.0% 1 Missing ⚠️
ixmp4/data/db/timeseries.py 50.0% 1 Missing ⚠️
Additional details and impacted files
@@                      Coverage Diff                      @@
##           remove-column-class-parameter    #141   +/-   ##
=============================================================
  Coverage                           87.0%   87.1%           
=============================================================
  Files                                230     231    +1     
  Lines                               8176    8222   +46     
=============================================================
+ Hits                                7118    7165   +47     
+ Misses                              1058    1057    -1     
Files with missing lines Coverage Δ
ixmp4/core/iamc/data.py 100.0% <100.0%> (+8.4%) ⬆️
ixmp4/core/optimization/indexset.py 91.5% <100.0%> (ø)
ixmp4/core/run.py 98.0% <100.0%> (ø)
ixmp4/data/api/base.py 88.4% <100.0%> (ø)
ixmp4/data/api/run.py 98.0% <100.0%> (+0.1%) ⬆️
ixmp4/data/db/meta/repository.py 96.2% <100.0%> (-0.1%) ⬇️
ixmp4/data/db/model/repository.py 100.0% <100.0%> (ø)
ixmp4/data/db/run/repository.py 95.8% <100.0%> (+1.3%) ⬆️
ixmp4/data/types.py 100.0% <100.0%> (ø)
ixmp4/server/rest/run.py 100.0% <100.0%> (ø)
... and 4 more