• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

vocdoni / saas-backend / 28377766778
63%
main: 63%

Build:
Build:
LAST BUILD BRANCH: feat/embedded-meta
DEFAULT BRANCH: main
Ran 29 Jun 2026 02:09PM UTC
Jobs 1
Files 114
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 02:02PM UTC coverage: 62.725% (+0.3%) from 62.475%
28377766778

Pull #563

github

altergui
fix(subscriptions): handle SET_PROCESS_CENSUS payload; clarify limit zero-semantics

Second Copilot round:

- HasTxPermission grouped SET_PROCESS_CENSUS with NEW_PROCESS and read the tx
  via GetNewProcess(). A SET_PROCESS_CENSUS tx carries a SetProcess payload, so
  GetNewProcess() is nil and dereferencing newProcess.Process panicked (the
  prior round's move of the census check out of the managed guard made this
  reachable for all orgs). Split the case: NEW_PROCESS keeps its checks behind a
  nil-guard; SET_PROCESS_CENSUS reads GetSetProcess() and bounds GetCensusSize()
  against the governing plan's MaxCensus. Adds unit coverage for both the
  in-bounds (allowed) and over-cap (rejected) managed census-update paths.

- apicommon.IntegratorLimits doc: 0 is not uniformly 'unlimited'. Only MaxVotes
  treats 0 as unlimited; MaxManagedProcesses/MaxSMS/MaxEmails are hard caps where
  0 means no allowance. Clarified, and noted the distinct 'unknown' 0 when an
  override-enabled integrator has no plan.
Pull Request #563: feat(integrator): expose pooled votes/SMS/email usage and caps on /integrator

70 of 91 new or added lines in 4 files covered. (76.92%)

342 existing lines in 11 files now uncovered.

10258 of 16354 relevant lines covered (62.72%)

44.87 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
67.41
-1.11% subscriptions/subscriptions.go
6
52.03
2.32% api/organizations_managed.go
6
80.3
1.78% db/organizations.go

Coverage Regressions

Lines Coverage ∆ File
78
60.0
0.0% api/census.go
66
71.56
0.0% api/organization_groups.go
66
68.21
0.0% api/org_members.go
45
80.16
0.03% db/org_members.go
38
61.58
0.0% api/process_bundles.go
17
82.08
-0.17% db/types.go
12
56.39
0.0% csp/handlers/handlers.go
12
87.85
0.85% internal/utils.go
6
56.64
0.76% api/users.go
1
98.21
0.26% db/verifications.go
1
67.41
-1.11% subscriptions/subscriptions.go
Jobs
ID Job ID Ran Files Coverage
1 28377766778.1 29 Jun 2026 02:09PM UTC 114
62.72
GitHub Action Run
Source Files on build 28377766778
  • Tree
  • List 114
  • Changed 15
  • Source Changed 0
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #563
  • PR Base - main (#28363210535)
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