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

vocdoni / saas-backend
60%
main: 60%

Build:
Build:
LAST BUILD BRANCH: f/update-process-flow
DEFAULT BRANCH: main
Repo Added 06 May 2025 10:31AM UTC
Files 74
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

LAST BUILD ON BRANCH f/update-process-flow
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 219-fix-duplicate-members-warning-for-census-creation
  • b/docker-minor-issues
  • c/docker-compose-watch
  • c/promo-codes
  • f/101_org_participants_groups
  • f/106_handle_org_member
  • f/110_organization_meta
  • f/117_expose_memberid
  • f/126_resend_member_inivation
  • f/137-improve-members-crud
  • f/144-census-creation
  • f/146-email-clear-text
  • f/148-bis-rename-cenus-membership
  • f/148-memberID-not-unique
  • f/149-update-members-columns
  • f/150-members-filtering
  • f/227-2fa-warnings
  • f/244_national-id-validation
  • f/276-remove-deleted-members-from-groups
  • f/279-montly-subscriptions
  • f/add-census-size
  • f/better-telephone-parsing
  • f/bulk-members-ops
  • f/bulk_org_members_validation_errors
  • f/cascade-delete
  • f/ci-fix-golangci-lint
  • f/complete-census-creation-flow
  • f/complete-census-creation-flow-followup
  • f/csp-refactor
  • f/csp-refactor-fixes
  • f/csp-remove-membernumber
  • f/custom-plan-field
  • f/do-not-limit-processes-small-census
  • f/drop-unused-sendsms
  • f/empty-census-hotfixes
  • f/fix-2fa-mail-or-phone-login
  • f/fix-roles
  • f/fix-verification-template
  • f/fix_census_creation_flow
  • f/granular-write-access
  • f/hotfix-census-participant
  • f/lang-param
  • f/leave-empty-groups
  • f/list-org-member-group-pagination-bug
  • f/mongodb-migrations
  • f/move-stripe-webhook
  • f/pending-user-invitation-fixes
  • f/persistent-errors
  • f/qt-haslen
  • f/remove-price-tiers
  • f/rename-all
  • f/rename-org-members
  • f/rename-org-participants
  • f/review-more-hex
  • f/send-email-when-import-finished
  • f/sets_constant_max_vote_overwrite
  • f/small-lint
  • f/stripe-custom-checkout
  • f/stripe-declutter
  • f/stripe-rewrite
  • f/stripe-upgrade-v82
  • f/unify-pagination
  • f/update-process-flow
  • feat/100_org_participants_api
  • feat/105_support_email
  • feat/111_stripe_phoneSupport
  • feat/asserts-always-commentf
  • feat/cline-rules
  • feat/coverage
  • feat/csp-use-db-package
  • feat/draft-process
  • feat/drop-unused-code
  • feat/extend-members-job-to-report-errors
  • feat/more-db-refactors
  • feat/noop-refactors
  • feat/refactor-CheckGroupMembersFields
  • fix/add-members-errors
  • fix/api-camelcase
  • fix/api-error-codes
  • fix/check-matched-count
  • fix/ci-api-retries
  • fix/ci-testCreateUser
  • fix/csp-lastcspauth-race
  • fix/errors-on-async-job
  • fix/leftover-renames
  • fix/make-swagger
  • fix/memberbase-partial-match
  • fix/orgaddress-is-now-a-common-address
  • fix/race-condition-org-users-counter
  • fix/sanitize-hex-addresses
  • fix/test-max-users-reached
  • hotfix-add-members-job
  • hotfix/2fa-field-phone
  • hotfix/bson-omitempty
  • hotfix/missing-return
  • hotfix/orgMembersByIDs
  • hotfix/orgmembers
  • hotfix/phone-normalization-bug
  • i/extend_errors
  • main
  • small-cleanup
  • templates

24 Oct 2025 02:26PM UTC coverage: 60.09% (+0.01%) from 60.079%
18782801681

Pull #301

github

altergui
db: processID is now a primitive.ObjectID
Pull Request #301: Refactor Process model: separate database ID from blockchain address

39 of 48 new or added lines in 3 files covered. (81.25%)

7 existing lines in 2 files now uncovered.

6119 of 10183 relevant lines covered (60.09%)

36.87 hits per line

Relevant lines Covered
Build:
Build:
10183 RELEVANT LINES 6119 COVERED LINES
36.87 HITS PER LINE
Source Files on main
  • Tree
  • List 74
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18782801681 f/update-process-flow db: processID is now a primitive.ObjectID Pull #301 24 Oct 2025 02:29PM UTC altergui github
60.09
18781003905 feat/draft-process api: add process update endpoint with PUT method Add new PUT endpoint `/process/{processId}` to enable updating existing voting processes. Includes new `UpdateProcessRequest` type with fields for process address, census ID, metadata, and draft st... Pull #84 24 Oct 2025 01:22PM UTC emmdim github
60.31
18780885722 feat/draft-process api: add process update endpoint with PUT method Add new PUT endpoint `/process/{processId}` to enable updating existing voting processes. Includes new `UpdateProcessRequest` type with fields for process address, census ID, metadata, and draft st... Pull #84 24 Oct 2025 01:17PM UTC emmdim github
60.31
18745664014 f/update-process-flow refactor(api): change process creation to use address-based identification - Remove processId URL parameter from process creation endpoint - Replace process ID with address field in CreateProcessRequest - Update process data structure to use Addr... Pull #301 23 Oct 2025 10:40AM UTC emmdim github
60.11
18739492213 main db: dedup pagination code using paginatedDocuments push 23 Oct 2025 06:25AM UTC altergui github
60.08
18739380510 f/unify-pagination db: dedup pagination code using paginatedDocuments Pull #293 23 Oct 2025 06:20AM UTC altergui github
60.08
18739331982 f/unify-pagination db: dedup pagination code using paginatedDocuments Pull #293 23 Oct 2025 06:17AM UTC altergui github
60.08
18683461346 main api: fix missing returns after errors * api: updatePendingUserInvitationHandler * api: oauthLoginHandler * objectstorage: processFile push 21 Oct 2025 12:17PM UTC altergui github
60.24
18683456995 main api(test): use qt.IsTrue rather than qt.Equals, true push 21 Oct 2025 12:17PM UTC altergui github
60.25
18683454288 main add .clinerules push 21 Oct 2025 12:17PM UTC altergui github
60.25
See All Builds (499)
  • Repo on GitHub
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

© 2025 Coveralls, Inc