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

supabase / auth / 17980540058
69%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2025 02:57PM UTC
Jobs 1
Files 166
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

24 Sep 2025 02:50PM UTC coverage: 67.635% (-0.03%) from 67.666%
17980540058

push

github

web-flow
feat: add advisor to notify you when to double the max connection pool (#2167)

Adds a simple advisor that emits a log message every hour, if the number
of [DBStats](https://pkg.go.dev/database/sql#DBStats) samples exceeds:

- 1/3 or more samples indicate more than 1ms wait for every millisecond
in the sampling interval
- 1/3 or more samples indicate 2 or more goroutines have been waiting to
acquire a connection from the pool

For instance, if you set `GOTRUE_DB_ADVISOR_SAMPLING_INTERVAL="100ms"`
and `GOTRUE_DB_ADVISOR_OBSERVATION_INTERVAL="1s"` then:

- There are 1000 / 100 = 10 samples
- Every 100ms a sample is taken and the conditions are checked
- Log message is emitted if either one of the conditions are met at most
once per hour

40 of 70 new or added lines in 2 files covered. (57.14%)

13084 of 19345 relevant lines covered (67.64%)

65.46 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
15
72.73
internal/storage/advisor.go
15
67.14
-6.87% internal/storage/dial.go
Jobs
ID Job ID Ran Files Coverage
1 17980540058.1 24 Sep 2025 02:57PM UTC 166
67.64
GitHub Action Run
Source Files on build 17980540058
  • Tree
  • List 166
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a72f5d95 on github
  • Prev Build on master (#17977940517)
  • Next Build on master (#17984690409)
  • 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