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

coder / slog / 08c064db19d895a4270ae1d583681cc9f16f3491 / 1
96%
main: 96%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2026 08:39AM UTC
Files 11
Run time 0s
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

05 Jun 2026 08:38AM UTC coverage: 96.034% (+0.008%) from 96.026%
08c064db19d895a4270ae1d583681cc9f16f3491.1

push

github

web-flow
fix(internal/syncwriter): write diagnostics in a single os.Stderr write (#226)

The error handler used the builtin println, which writes to fd 2
unsynchronized with the test stream and emits the message and its
trailing newline as two separate syscalls. Under concurrency a test
framework's "--- PASS:"/"--- FAIL:" line can land between those two
writes, so test2json never records that test's terminal action and
tools like gotestsum report an innocent, passing test as unknown or
failed.

Format the message and its newline into one fmt.Fprintf to os.Stderr so
the write can't be split, which keeps the result marker at the start of
a line.

Fixes #225.

896 of 933 relevant lines covered (96.03%)

25.34 hits per line

Source Files on job 08c064db19d895a4270ae1d583681cc9f16f3491.1
  • Tree
  • List 11
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8
  • 08c064db on github
  • Prev Job for on main (#284c50fc40d7c4f7943d62343aa2b156385b8a80.1)
  • Next Job for on main (#244048fb9b185be55e27618fd33eb5e1ef1181a8.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc