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

vocdoni / saas-backend / 28354467125
63%

Build:
DEFAULT BRANCH: main
Ran 29 Jun 2026 07:08AM UTC
Jobs 1
Files 113
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 Jun 2026 07:01AM UTC coverage: 62.267% (+0.04%) from 62.225%
28354467125

push

github

web-flow
feat(api): accept ProcessID for process-bundle creation (non-breaking) (#554)

POST /process/bundle and the bundle-update path hex-decoded each entry as a raw
on-chain id, so a 24-hex ProcessID silently became 12 garbage bytes. Resolve each
process the way sign-info does: a 24-hex ProcessID is looked up and mapped to its
on-chain election id; anything else is treated as the on-chain id directly
(unchanged length-wise), so existing callers keep working.

- new resolveBundleProcessID helper used by the create + update bundle handlers;
  404 for an unknown ProcessID, 400 for an unpublished one, 500 on a DB error.
- document the dual id form on the request types; regen swagger.
- test: bundle by ProcessID resolves to the on-chain id; by on-chain id still
  works; unpublished -> 400; unknown -> 404.

23 of 29 new or added lines in 1 file covered. (79.31%)

9967 of 16007 relevant lines covered (62.27%)

44.74 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
61.58
2.07% api/process_bundles.go
Jobs
ID Job ID Ran Files Coverage
1 28354467125.1 29 Jun 2026 07:08AM UTC 113
62.27
GitHub Action Run
Source Files on build 28354467125
  • Tree
  • List 113
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 114806ec on github
  • Prev Build on main (#28237378567)
  • Next Build on main (#28358378347)
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