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

supabase / auth / 29930047595
72%

Build:
DEFAULT BRANCH: master
Ran 22 Jul 2026 02:50PM UTC
Jobs 1
Files 196
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

22 Jul 2026 02:44PM UTC coverage: 71.869%. Remained the same
29930047595

push

github

web-flow
chore: restore RC release version format (#2638)

In https://github.com/supabase/auth/pull/2535 changed the format of the
RC versions. This restores them to the previous format while retaining
the security improvements to escaping.

Tested via:
```bash
export RELEASE_TITLE='chore(master): release 2.194.0'
node -e "
    const title = process.env.RELEASE_TITLE;
    console.log(title.split(' ').reverse().find(x => x.match(/[0-9]+[.][0-9]+[.][0-9]+/)));
"
MAIN_RELEASE_VERSION=$(node -e "
    const title = process.env.RELEASE_TITLE;
    console.log(title.split(' ').reverse().find(x => x.match(/[0-9]+[.][0-9]+[.][0-9]+/)));
")
GIT_DESC="$(git describe --tags --exclude 'rc*')"
GIT_DESC_WITHOUT_HASH="${GIT_DESC%-g*}"
COMMIT_COUNT="${GIT_DESC_WITHOUT_HASH##*-}"
RELEASE_VERSION="${MAIN_RELEASE_VERSION}-rc.${COMMIT_COUNT}"

echo $RELEASE_VERSION
```

Output:
```
2.194.0
2.194.0-rc.5
```

Co-authored-by: Chris Stockton <chris.stockton@supabase.io>

18223 of 25356 relevant lines covered (71.87%)

663.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29930047595.1 22 Jul 2026 02:50PM UTC 196
71.87
GitHub Action Run
Source Files on build 29930047595
  • Tree
  • List 196
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2b67f57f on github
  • Prev Build on master (#29920946770)
  • Next Build on master (#29937634573)
  • 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