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

99designs / gqlgen / 26683433941
0%

Build:
DEFAULT BRANCH: master
Ran 30 May 2026 12:12PM 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

30 May 2026 12:08PM UTC coverage: 0.0%. Remained the same
26683433941

push

github

web-flow
fix: CoerceList drops elements from typed slices past the first (#4194)

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>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26683433941.1 30 May 2026 12:12PM UTC 0
0.0
GitHub Action Run
Source Files on build 26683433941
Detailed source file information is not available for this build.
  • Back to Repo
  • c57f69d9 on github
  • Prev Build on master (#26671576540)
  • Next Build on master (#26699642752)
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