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

supabase / auth / 10455560035
69%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2024 02:48PM UTC
Jobs 1
Files 127
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

19 Aug 2024 02:43PM UTC coverage: 58.222%. Remained the same
10455560035

push

github

web-flow
chore: updated regex for provider name (#1723)

## What kind of change does this PR introduce?

Bug fix

## What is the current behavior?

A valid provider name gets invalidated.

## What is the new behavior?

A possible valid provider name gets verified by regex correctly.

## Additional context

`[^a]+` -> This regex will match any char except character `a`
`^a$` -> This regex will match string have single char `a`
`^[a-zA-Z0-9]+$` -> This regex will match any alphanumeric string. `^`
denotes start of string and `$` denotes end of string.

This pull request will address
https://github.com/supabase/auth/issues/1719

9195 of 15793 relevant lines covered (58.22%)

55.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10455560035.1 19 Aug 2024 02:48PM UTC 127
58.22
GitHub Action Run
Source Files on build 10455560035
  • Tree
  • List 127
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0658bbee on github
  • Prev Build on master (#10420582753)
  • Next Build on master (#10470912603)
  • Delete
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

© 2025 Coveralls, Inc