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

supabase / gotrue / 7006834104
65%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2023 03:06PM UTC
Jobs 1
Files 111
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

27 Nov 2023 03:02PM UTC coverage: 65.521% (-0.07%) from 65.594%
7006834104

push

github

web-flow
feat: password sign-up no longer blocks the db connection (#1319)

Password sign-up would perform the password hashing while a database
connection is open, thereby blocking it unnecessarily for tens of
milliseconds. This can result in behavior where just a few password
sign-up calls could slow down Auth entirely as the password hashing
causes pool exhaustion and thus increased latency across all Auth APIs
not just the password sign-up calls.

The hashing is done inside `models.NewUser()` making it very difficult
to refactor properly. Therefore, the model object generation is now
moved as a function of `api.SignupParams.ToUserModel()`. If these params
contain a password, the code is refactored to move the model generation
outside of the database transaction.

53 of 96 new or added lines in 5 files covered. (55.21%)

7624 of 11636 relevant lines covered (65.52%)

54.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7006834104.1 27 Nov 2023 03:06PM UTC 0
65.52
GitHub Action Run
Source Files on build 7006834104
Detailed source file information is not available for this build.
  • Back to Repo
  • 84d4b751 on github
  • Prev Build on master (#7005619488)
  • Next Build on master (#7016279564)
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