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

supabase / gotrue / 7227105859 / 1
65%
master: 65%

Build:
DEFAULT BRANCH: master
Ran 15 Dec 2023 09:18PM UTC
Files 114
Run time 4s
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

15 Dec 2023 09:13PM UTC coverage: 65.195% (-0.2%) from 65.405%
7227105859.1

push

github

web-flow
fix: handle oauth email check separately (#1348)

## What kind of change does this PR introduce?
* Instead of returning an error in every provider if the email doesn't
exist, we check if the email exists in
`internalExternalProviderCallback` instead
* Setting the `Email` and `EmailVerified` claims in the `Claims` struct
is redundant since we are tracking it separately in `Emails`.
 
```go
type UserProvidedData struct {
	Emails   []Email
	Metadata *Claims
}
```

* Fix buggy oauth tests that appear to pass but they were actually
returning the wrong value / wrong expected error
* This PR lays the foundation for removing the dependency on the email
returned by the oauth provider

7927 of 12159 relevant lines covered (65.19%)

55.24 hits per line

Source Files on job 7227105859.1
  • Tree
  • List 0
  • Changed 29
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7227105859
  • 757989c1 on github
  • Prev Job for on master (#7195192098.1)
  • Next Job for on master (#7238172656.1)
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