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

go-fuego / fuego / 22631884052
75%

Build:
DEFAULT BRANCH: main
Ran 03 Mar 2026 04:13PM UTC
Jobs 1
Files 43
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

03 Mar 2026 04:12PM UTC coverage: 77.992% (-0.2%) from 78.148%
22631884052

push

github

dylanhitt
fix: preserve type modifiers when stripping package paths in transformTypeName

Address review feedback: use assert instead of require in test.

Also fix a deeper issue where type modifiers like [] were lost when
stripping package paths from generic type parameters. For example,
BareSuccessResponse[[]github.com/.../models.Pets] would produce the
same schema name as BareSuccessResponse[models.Pets], causing schema
collisions. Now correctly produces BareSuccessResponse_Array-models.Pets.

Replace [] with Array- to comply with OpenAPI 3 identifier charset
(a-zA-Z0-9._-).

Add a petstore example endpoint returning BareSuccessResponse[[]Pets]
to exercise this case in the golden spec CI check.

13 of 23 new or added lines in 2 files covered. (56.52%)

3030 of 3885 relevant lines covered (77.99%)

0.88 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
10
78.32
-5.4% examples/petstore/controllers/pets.go
Jobs
ID Job ID Ran Files Coverage
1 22631884052.1 03 Mar 2026 04:13PM UTC 43
77.99
GitHub Action Run
Source Files on build 22631884052
  • Tree
  • List 43
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9fdc5ff3 on github
  • Prev Build on main (#22621148933)
  • Next Build on main (#22634967246)
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