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

Confirm support for Python 3.13 and drop 3.8 #195

Merged
merged 8 commits into from
Oct 15, 2024

Test .model.v21.TargetObjectKey.__getitem__

6f113ca
Select commit
Loading
Failed to load commit list.
Merged

Confirm support for Python 3.13 and drop 3.8 #195

Test .model.v21.TargetObjectKey.__getitem__
6f113ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 0s

97.90% (-1.02%) compared to 5256723

View this Pull Request on Codecov

97.90% (-1.02%) compared to 5256723

Details

Codecov Report

Attention: Patch coverage is 99.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.90%. Comparing base (5256723) to head (6f113ca).

Files with missing lines Patch % Lines
sdmx/tests/test_client.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #195      +/-   ##
==========================================
- Coverage   98.92%   97.90%   -1.03%     
==========================================
  Files          97       97              
  Lines        7839     7841       +2     
==========================================
- Hits         7755     7677      -78     
- Misses         84      164      +80     
Files with missing lines Coverage Δ
sdmx/client.py 93.98% <100.00%> (-3.83%) ⬇️
sdmx/dictlike.py 97.87% <100.00%> (ø)
sdmx/format/__init__.py 100.00% <100.00%> (ø)
sdmx/format/xml/common.py 100.00% <100.00%> (ø)
sdmx/message.py 100.00% <100.00%> (ø)
sdmx/model/__init__.py 100.00% <100.00%> (ø)
sdmx/model/common.py 99.90% <100.00%> (ø)
sdmx/model/internationalstring.py 100.00% <100.00%> (ø)
sdmx/model/v21.py 100.00% <100.00%> (ø)
sdmx/model/v30.py 100.00% <100.00%> (ø)
... and 24 more

... and 14 files with indirect coverage changes