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

raystack / frontier / 29993203189 / 1
47%
main: 47%

Build:
Build:
LAST BUILD BRANCH: chore/bump-proton-pagination-bounds
DEFAULT BRANCH: main
Ran 23 Jul 2026 09:01AM UTC
Files 290
Run time 8s
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

23 Jul 2026 08:56AM UTC coverage: 46.662% (+0.03%) from 46.629%
29993203189.1

Pull #1795

github

rohilsurana
fix(reconcile): match and export platform-user emails by address

The server can store a user's email as a display-name form ("Alice <a@x.com>"), so exporting the stored email verbatim produced a document the strict validation rejected, breaking the rule 5 round trip. Compare emails by their parsed address instead: validate accepts a uuid or any email, matching compares the lowercased address (so a display-name or differently-cased ref matches the stored address), and export emits the normalized address, or the id when the stored value is not an email. A uuid never parses as an email, so a uuid ref matches only by id and a user whose email is another user's id can neither be matched nor exported as that id. Closes the PlatformUser rule 5 gap over every reachable email form.

Uses mail.ParseAddress per review discussion; this does not fold plus-addressing (abc+1 and abc+2 stay distinct), only display name and case.
Pull Request #1795: fix(reconcile): close the PlatformUser Rule 2 and Rule 5 gaps

18156 of 38910 relevant lines covered (46.66%)

14.25 hits per line

Source Files on job 29993203189.1
  • Tree
  • List 290
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29993203189
  • c36bb617 on github
  • Prev Job for on fix/reconcile-platformuser-r2-r5 (#29989280331.1)
  • Delete
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