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

vocdoni / vocdoni-node / 29344815132
63%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 03:31PM UTC
Jobs 2
Files 184
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

14 Jul 2026 03:19PM UTC coverage: 62.832%. First build
29344815132

push

github

web-flow
ci: fix swagger docs action on Go 1.26 (#1421)

The "API Swagger Docs" job installed a prebuilt `swag v1.16.3` binary, which
embeds the go/parser of the older Go it was compiled with. With
`--parseDependency --parseInternal`, swag walks the Go 1.26 standard library and
that old parser fails on new generics syntax:

  failed to parse file .../crypto/x509/constraints.go: unexpected comma; expecting ]

Build swag from source with the job's Go 1.26 toolchain (setup-go already pins
1.26) so its parser matches, pinned to v1.16.6, and call it from PATH.

Verified locally: `go install ...@v1.16.6` + the exact `swag init` command
completes without the parse error and produces api/docs/swagger.yaml.

17157 of 27306 relevant lines covered (62.83%)

38036.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 unit - 29344815132.1 14 Jul 2026 03:31PM UTC 168
50.85
GitHub Action Run
2 integration - 29344815132.2 14 Jul 2026 03:31PM UTC 175
51.73
GitHub Action Run
Source Files on build 29344815132
  • Tree
  • List 184
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c1a6eeee on github
  • Prev Build on main (#27687947322)
  • Next Build on main (#29347360116)
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