Skip to content

Add check for positive float precision for non-shortest float_style#393

Merged
quinnj merged 1 commit into
masterfrom
jq-383
Oct 7, 2025
Merged

Add check for positive float precision for non-shortest float_style#393
quinnj merged 1 commit into
masterfrom
jq-383

Conversation

@quinnj

@quinnj quinnj commented Oct 7, 2025

Copy link
Copy Markdown
Member

Fixes #383

@codecov

codecov Bot commented Oct 7, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.92%. Comparing base (cba1b4a) to head (55e2dff).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #393      +/-   ##
==========================================
+ Coverage   89.89%   89.92%   +0.03%     
==========================================
  Files           7        7              
  Lines        1316     1320       +4     
==========================================
+ Hits         1183     1187       +4     
  Misses        133      133              

☔ View full report in Codecov by Sentry.
📢 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.

@quinnj quinnj merged commit a2aa9ed into master Oct 7, 2025
12 checks passed
@quinnj quinnj deleted the jq-383 branch October 7, 2025 12:47
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.

Setting float_precision=0 or negative with float_style=:fixed or float_style=:exp creates invalid JSON

1 participant