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

vocdoni / saas-backend / 28173162623
63%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 01:27PM 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

25 Jun 2026 01:21PM UTC coverage: 61.957% (+0.01%) from 61.947%
28173162623

push

github

altergui
feat(api)!: relay votes at POST /vote instead of /process/{processId}/vote

The signed vote envelope already names its target process, so the process id in
the relay path was redundant (the handler only used it to re-check the envelope
and look the process up). Take the process id from the decoded Vote envelope and
move the route to a flat, public POST /vote.

Document the relay semantics accurately: only the structural checks (the body
decodes to a Vote envelope for a known process) run synchronously and yield a
400; the chain's acceptance or rejection of the vote is decided asynchronously by
the worker and reported on the job. Update the repository docs that referenced
the old path (api/docs.md, plan/*.md) and regenerate docs/swagger.yaml.

BREAKING CHANGE: POST /process/{processId}/vote is removed; relay signed votes to
POST /vote. The request body (RelayVoteRequest.txPayload) is unchanged.

3 of 4 new or added lines in 2 files covered. (75.0%)

9778 of 15782 relevant lines covered (61.96%)

44.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
39.11
0.31% api/process_vote.go
Jobs
ID Job ID Ran Files Coverage
1 28173162623.1 25 Jun 2026 01:27PM UTC 113
61.96
GitHub Action Run
Source Files on build 28173162623
  • Tree
  • List 113
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f584b44a on github
  • Prev Build on main (#28168960880)
  • Next Build on main (#28178332752)
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