Confirm support for Python 3.13 and drop 3.8 #544
Merged
Codecov / codecov/project
succeeded
Nov 20, 2024 in 0s
98.9% (-0.1%) compared to 02c887a
View this Pull Request on Codecov
98.9% (-0.1%) compared to 02c887a
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 98.9%. Comparing base (
02c887a
) to head (dcf15af
).
Additional details and impacted files
@@ Coverage Diff @@
## main #544 +/- ##
=======================================
- Coverage 98.9% 98.9% -0.1%
=======================================
Files 44 44
Lines 4819 4790 -29
=======================================
- Hits 4769 4740 -29
Misses 50 50
Files with missing lines | Coverage Δ | |
---|---|---|
ixmp/_config.py | 96.7% <100.0%> (ø) |
|
ixmp/backend/__init__.py | 100.0% <100.0%> (ø) |
|
ixmp/backend/base.py | 100.0% <100.0%> (ø) |
|
ixmp/backend/jdbc.py | 97.2% <100.0%> (ø) |
|
ixmp/cli.py | 100.0% <100.0%> (ø) |
|
ixmp/core/platform.py | 98.9% <100.0%> (+<0.1%) |
⬆️ |
ixmp/core/scenario.py | 99.6% <100.0%> (+<0.1%) |
⬆️ |
ixmp/core/timeseries.py | 98.6% <100.0%> (+<0.1%) |
⬆️ |
ixmp/model/__init__.py | 100.0% <100.0%> (ø) |
|
ixmp/model/base.py | 100.0% <100.0%> (ø) |
|
... and 11 more |
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading