Skip to content

Add .writer.json#253

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

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

Add basic tests of to_json()

0b9b149
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2026 in 1s

98.28% (-0.76%) compared to 6eabb12

View this Pull Request on Codecov

98.28% (-0.76%) compared to 6eabb12

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.28%. Comparing base (6eabb12) to head (0b9b149).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
- Coverage   99.04%   98.28%   -0.76%     
==========================================
  Files         116      122       +6     
  Lines        9501     9579      +78     
==========================================
+ Hits         9410     9415       +5     
- Misses         91      164      +73     
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.