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

supabase / gotrue / 7227105859
65%

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

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

244 of 331 new or added lines in 19 files covered. (73.72%)

21 existing lines in 8 files now uncovered.

7927 of 12159 relevant lines covered (65.19%)

55.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7227105859.1 15 Dec 2023 09:18PM UTC 0
65.19
GitHub Action Run
Source Files on build 7227105859
Detailed source file information is not available for this build.
  • Back to Repo
  • 757989c1 on github
  • Prev Build on master (#7195192098)
  • Next Build on master (#7238172656)
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