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

Parse structure information in Item.description #137

Merged
merged 7 commits into from Aug 4, 2023
Merged

Parse structure information in Item.description #137

merged 7 commits into from Aug 4, 2023

Conversation

khaeru
Copy link
Owner

@khaeru khaeru commented Aug 4, 2023

Closes #133.

PR checklist

  • Checks all ✅
  • Update documentation
  • Update doc/whatsnew.rst

@khaeru khaeru added the enh Enhancements & new features label Aug 4, 2023
@khaeru khaeru self-assigned this Aug 4, 2023
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #137 (01f2268) into main (772caee) will decrease coverage by 2.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   98.26%   96.08%   -2.19%     
==========================================
  Files          82       85       +3     
  Lines        6334     6406      +72     
==========================================
- Hits         6224     6155      -69     
- Misses        110      251     +141     
Files Changed Coverage Δ
sdmx/testing/__init__.py 99.28% <ø> (ø)
sdmx/dictlike.py 97.84% <100.00%> (ø)
sdmx/message.py 100.00% <100.00%> (ø)
sdmx/model/common.py 99.89% <100.00%> (+<0.01%) ⬆️
sdmx/model/v21.py 100.00% <100.00%> (ø)
sdmx/tests/test_docs.py 100.00% <100.00%> (ø)
sdmx/tests/test_util.py 100.00% <100.00%> (ø)
sdmx/tests/util/test_item_structure.py 100.00% <100.00%> (ø)
sdmx/util/__init__.py 100.00% <100.00%> (ø)
sdmx/util/item_structure.py 100.00% <100.00%> (ø)
... and 1 more

... and 16 files with indirect coverage changes

@khaeru khaeru merged commit 0c367fc into main Aug 4, 2023
16 checks passed
@khaeru khaeru deleted the issue/133 branch August 4, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh Enhancements & new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add utility to parse structure information in Code.description
1 participant