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

go-pkgz / syncs / 32195442881
99%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 11:03PM 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 11:02PM UTC coverage: 98.87% (+0.03%) from 98.837%
32195442881

push

github

web-flow
Update dependencies, run go fix and support errors.Is on MultiError (#15)

* Update dependencies and CI actions

Bump testify to v1.12.0 and move the workflow to checkout@v7, setup-go@v7
and golangci-lint-action@v9. Push branch and tag filters spelled out as
"**" to keep actionlint happy.

* Run go fix

Modernizers replace the counted loops with range-over-int, available
since go 1.22. The per-iteration loop variable copies are not needed
since the same version either.

* Make goroutine count assertions relative to the test baseline

Previously the preemptive and discard tests compared runtime.NumGoroutine
against absolute numbers, which counts goroutines left over from the
earlier tests and failed at random. The limit is now relative to the count
taken at the start of the test, and the concurrency the options promise is
checked directly by tracking how many functions run at once.

* Support errors.Is and errors.As on MultiError

MultiError implements Unwrap() []error, so the error returned by Wait
matches any of the collected errors, the same way errors.Join behaves.
Errors returns a copy of the collected slice, as the caller shouldn't be
able to change the content of the error.

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

175 of 177 relevant lines covered (98.87%)

1804.37 hits per line

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