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

99designs / gqlgen / 26636579787
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-7.0.1
DEFAULT BRANCH: master
Ran 29 May 2026 12:44PM UTC
Jobs 1
Files 0
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

29 May 2026 12:13PM UTC coverage: 0.0%. Remained the same
26636579787

Pull #4194

github

c-tonneslan
fix: CoerceList drops elements from typed slices past the first

CoerceList's []string, []int, []float64, []bool (and friends) branches
only kept v[0] when the input had length > 0. A []string{"a", "b"} came
back as []any{"a"} rather than []any{"a", "b"}; the []any branch
handles the multi-element case correctly so this is asymmetric.

Pulled the conversion into a small generic helper. Added regression
cases for []string, []int32, and []bool with more than one element.

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
Pull Request #4194: fix: CoerceList drops elements from typed slices past the first

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26636579787.1 29 May 2026 12:44PM UTC 0
0.0
GitHub Action Run
Source Files on build 26636579787
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #4194
  • PR Base - master (#26634181420)
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