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

raystack / frontier / 29993203189
47%
main: 47%

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

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

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

28 of 28 new or added lines in 3 files covered. (100.0%)

1 existing line in 1 file now uncovered.

18156 of 38910 relevant lines covered (46.66%)

14.25 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
98.11
0.13% internal/reconcile/platformuser.go
Jobs
ID Job ID Ran Files Coverage
1 29993203189.1 23 Jul 2026 09:01AM UTC 290
46.66
GitHub Action Run
Source Files on build 29993203189
  • Tree
  • List 290
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1795
  • PR Base - main (#29989280331)
  • 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