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

newapplesho / NeoYAML / 29704757810
99%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 09:40PM UTC
Jobs 2
Files 9
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

18 Jul 2026 01:18PM UTC coverage: 99.4%. Remained the same
29704757810

push

github

web-flow
fix: read YAML with CR and CRLF line breaks (#4)

The scanner and the document splitter both split on LF only, so a
CR-only stream (e.g. lines joined with `String cr`) was scanned as a
single physical line and the following keys were swallowed into the
previous value. CRLF only worked by accident, because the trailing CR
happened to be trimmed off scalar values.

Normalize CRLF and lone CR to LF up front via
`NeoYAMLScanner class>>normalizeLineBreaks:`, called from `scan:` (the
parser path) and `splitDocuments:` (the `---` document-marker path), as
YAML 1.2.2 5.4 mandates. Add reader tests covering CR and CRLF mappings
and a CR literal block scalar.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

24 of 24 new or added lines in 2 files covered. (100.0%)

1490 of 1499 relevant lines covered (99.4%)

1.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29704757810.1 19 Jul 2026 09:40PM UTC 9
99.4
2 29704757810.2 19 Jul 2026 09:40PM UTC 9
99.4
Source Files on build 29704757810
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 75ae6e92 on github
  • Prev Build on main (#29661958341)
  • Next Build on main (#29781958897)
  • Delete
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