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

coder / slog / 08c064db19d895a4270ae1d583681cc9f16f3491
96%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2026 08:39AM UTC
Jobs 1
Files 11
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

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

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.

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

896 of 933 relevant lines covered (96.03%)

25.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 08c064db19d895a4270ae1d583681cc9f16f3491.1 05 Jun 2026 08:39AM UTC 11
96.03
GitHub Action Run
Source Files on build 08c064db19d895a4270ae1d583681cc9f16f3491
  • Tree
  • List 11
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 08c064db on github
  • Prev Build on main (#284C50FC...)
  • Next Build on main (#244048FB...)
  • 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