Skip to content

Add .writer.json#253

Draft
khaeru wants to merge 4 commits intomainfrom
enh/write-json
Draft

Add .writer.json#253
khaeru wants to merge 4 commits intomainfrom
enh/write-json

Conversation

@khaeru
Copy link
Owner

@khaeru khaeru commented Oct 27, 2025

Will close #35.

PR checklist

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

@khaeru khaeru self-assigned this Oct 27, 2025
@khaeru khaeru added enh Enhancements & new features writer Convert objects to other formats labels Oct 27, 2025
@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.29%. Comparing base (e3fe7e7) to head (d2d4e66).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
- Coverage   99.04%   98.29%   -0.75%     
==========================================
  Files         115      121       +6     
  Lines        9377     9455      +78     
==========================================
+ Hits         9287     9294       +7     
- Misses         90      161      +71     
Files with missing lines Coverage Δ
sdmx/__init__.py 100.00% <100.00%> (ø)
sdmx/convert/common.py 100.00% <100.00%> (ø)
sdmx/format/json.py 100.00% <100.00%> (ø)
sdmx/tests/writer/conftest.py 100.00% <100.00%> (ø)
sdmx/tests/writer/test_json.py 100.00% <100.00%> (ø)
sdmx/writer/json/__init__.py 100.00% <100.00%> (ø)
sdmx/writer/json/base.py 100.00% <100.00%> (ø)
sdmx/writer/json/v1.py 100.00% <100.00%> (ø)
sdmx/writer/json/v2.py 100.00% <100.00%> (ø)

... and 20 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enh Enhancements & new features writer Convert objects to other formats

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add writer for SDMX-JSON

1 participant