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

go-pkgz / syncs / 32195109274
99%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 10:58PM UTC
Jobs 1
Files 4
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 Aug 2026 10:57PM UTC coverage: 98.837% (-0.03%) from 98.87%
32195109274

push

github

web-flow
Fix data race on error recording in ErrSizedGroup (#14)

* Fix data race on error recording in ErrSizedGroup

Previously, a worker stored the result of g.err.append(err) back into
g.err while a canceled Go call read the same field outside the lock,
which the race detector flags. MultiError.append mutates and returns its
own receiver, so the assignment was redundant; dropping it makes the
field write-once and removes the need for errLock, as MultiError is
already thread safe on its own.

* Add race regression test, relax termination bound in cancel tests

The cancel tests allowed 110 started goroutines, but 111 is reachable:
100 submitted before the cancellation, up to 10 running and one more
waiting for the semaphore.

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

170 of 172 relevant lines covered (98.84%)

1859.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32195109274.1 18 Aug 2026 10:58PM UTC 4
98.84
GitHub Action Run
Source Files on build 32195109274
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1d64c7b5 on github
  • Prev Build on master (#19903518778)
  • Next Build on master (#32195442881)
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