• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

fktn-k / fkYAML / 30167024652
100%

Build:
DEFAULT BRANCH: develop
Ran 25 Jul 2026 05:12PM UTC
Jobs 1
Files 32
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Jul 2026 05:08PM UTC coverage: 100.0%. Remained the same
30167024652

push

github

web-flow
Harden input adapter against truncated encoded input (#533)

* Harden input adapter against truncated encoded input

Fix UTF-16 buffer handling so incomplete surrogate pairs cannot underflow the
encoded buffer size, addressing the issue #492 report.

Also reject truncated UTF-8, UTF-16, and UTF-32 input consistently across
iterator, FILE, and stream adapters instead of reading past the end or silently
accepting incomplete encoded data.

Return normalized buffers through the string-based str_view constructor to avoid
constructing a view from an empty iterator range.

Add regression coverage for UTF-16 BOM-only input, dangling UTF-16 surrogates,
and truncated UTF-8/UTF-16/UTF-32 input.

* Handle standalone CR in UTF-16 iterator input

Skip UTF-16 conversion when newline normalization leaves the encoded buffer empty. This prevents valid standalone CR input from being reported as invalid encoding.

* Fix ci_test_clang_tidy (static_cast)

* Exclude defensive UTF-16 guards from coverage

1446 of 1446 branches covered (100.0%)

Branch coverage included in aggregate %.

89 of 89 new or added lines in 1 file covered. (100.0%)

5225 of 5225 relevant lines covered (100.0%)

402.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30167024652.1 25 Jul 2026 05:12PM UTC 32
100.0
GitHub Action Run
Source Files on build 30167024652
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30167024652
  • f44392f5 on github
  • Prev Build on develop (#29710266190)
  • Next Build on develop (#30495935616)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc