• 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

raystack / frontier / 29994649480
47%
main: 47%

Build:
Build:
LAST BUILD BRANCH: admin-org-design-fixes
DEFAULT BRANCH: main
Ran 23 Jul 2026 09:21AM 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 09:16AM UTC coverage: 46.674% (+0.05%) from 46.629%
29994649480

Pull #1795

github

rohilsurana
fix(reconcile): normalize email refs and skip unparseable addresses

Two edges the address-based matching missed, found by an independent review. (1) An add for an unmatched email spec sent the ref verbatim, so a display-name ref like "Alice <a@x.com>" made the server create a shadow user and grant it, never the real user, and the drift never showed again. canonicalRef now normalizes an email ref to its plain address, so the add resolves to the real user. (2) A quoted local part ("john smith"@x.com) unquotes to an address mail.ParseAddress cannot read back, so exporting it emitted a ref that failed its own validation. emailAddress now requires the address to re-parse, so such stored emails fall back to the id on export and match, keeping the rule 5 round trip.
Pull Request #1795: fix(reconcile): close the PlatformUser Rule 2 and Rule 5 gaps

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

1 existing line in 1 file now uncovered.

18166 of 38921 relevant lines covered (46.67%)

14.3 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
97.44
-0.54% internal/reconcile/platformuser.go
Jobs
ID Job ID Ran Files Coverage
1 29994649480.1 23 Jul 2026 09:21AM UTC 290
46.67
GitHub Action Run
Source Files on build 29994649480
  • 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