Skip to content

Fix/utf8 validation prototype - #3

Merged
fredbi merged 10 commits into
masterfrom
fix/utf8-validation-prototype
Jul 31, 2026
Merged

Fix/utf8 validation prototype#3
fredbi merged 10 commits into
masterfrom
fix/utf8-validation-prototype

test(json-lexers): make the conformance harness line-ending independent

01204ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2026 in 0s

63.10% (+1.00%) compared to 203cf9e

View this Pull Request on Codecov

63.10% (+1.00%) compared to 203cf9e

Details

Codecov Report

❌ Patch coverage is 65.62150% with 307 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.10%. Comparing base (203cf9e) to head (01204ce).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
json/internal/utf8x/_asm/asm.go 0.00% 120 Missing ⚠️
json/writers/default-writer/base_writer.go 1.42% 69 Missing ⚠️
json/writers/default-writer/utf8.go 0.00% 45 Missing ⚠️
.../lexers/default-lexer/internal/strscan/_asm/asm.go 0.00% 29 Missing ⚠️
json/writers/default-writer/buffered.go 87.28% 9 Missing and 6 partials ⚠️
json/writers/default-writer/unbuffered.go 90.51% 6 Missing and 5 partials ⚠️
json/internal/utf8x/detect_amd64.go 60.00% 3 Missing and 3 partials ⚠️
.../lexers/default-lexer/internal/input/string_raw.go 94.50% 3 Missing and 2 partials ⚠️
json/lexers/default-lexer/internal/input/utf8.go 94.20% 2 Missing and 2 partials ⚠️
json/lexers/default-lexer/internal/input/string.go 96.66% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   62.10%   63.10%   +1.00%     
==========================================
  Files          82       90       +8     
  Lines        8908     9581     +673     
==========================================
+ Hits         5532     6046     +514     
- Misses       2877     3036     +159     
  Partials      499      499              

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