Skip to content

preserve container depth across yyjson_incr_read calls - #299

Merged
ibireme merged 1 commit into
ibireme:masterfrom
two-heart:incr-reader-depth
Aug 26, 2026
Merged

preserve container depth across yyjson_incr_read calls#299
ibireme merged 1 commit into
ibireme:masterfrom
two-heart:incr-reader-depth

Conversation

@two-heart

Copy link
Copy Markdown
Contributor

Fixes #298

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.46%. Comparing base (db37a64) to head (30fd6c0).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/yyjson.c 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #299      +/-   ##
==========================================
- Coverage   98.47%   98.46%   -0.02%     
==========================================
  Files           2        2              
  Lines        7743     7747       +4     
==========================================
+ Hits         7625     7628       +3     
- Misses        118      119       +1     
Flag Coverage Δ
unittests 98.46% <75.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@ibireme
ibireme merged commit 757305b into ibireme:master Aug 26, 2026
48 of 50 checks passed
@ibireme

ibireme commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

yyjson_incr_read() does not preserve container depth between calls

2 participants