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

Rename 'report', 'util' + miscellaneous clean-ups #500

Merged
merged 37 commits into from
Nov 21, 2023

Remove Sphinx build step from "pytest" CI workflow

a8819d1
Select commit
Loading
Failed to load commit list.
Merged

Rename 'report', 'util' + miscellaneous clean-ups #500

Remove Sphinx build step from "pytest" CI workflow
a8819d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2023 in 0s

98.8% (+0.3%) compared to f419427

View this Pull Request on Codecov

98.8% (+0.3%) compared to f419427

Details

Codecov Report

Merging #500 (a8819d1) into main (f419427) will increase coverage by 0.3%.
The diff coverage is 100.0%.

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #500     +/-   ##
=======================================
+ Coverage   98.5%   98.8%   +0.3%     
=======================================
  Files         42      44      +2     
  Lines       4554    4747    +193     
=======================================
+ Hits        4489    4694    +205     
+ Misses        65      53     -12     
Files Coverage Δ
ixmp/__init__.py 100.0% <100.0%> (ø)
ixmp/_config.py 96.7% <100.0%> (ø)
ixmp/backend/__init__.py 100.0% <ø> (ø)
ixmp/backend/base.py 100.0% <100.0%> (ø)
ixmp/backend/io.py 98.5% <100.0%> (ø)
ixmp/backend/jdbc.py 97.2% <100.0%> (+1.9%) ⬆️
ixmp/cli.py 100.0% <100.0%> (ø)
ixmp/core/platform.py 98.9% <100.0%> (ø)
ixmp/core/scenario.py 98.3% <100.0%> (+0.4%) ⬆️
ixmp/core/timeseries.py 98.7% <100.0%> (ø)
... and 21 more