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

supabase / auth / 21302359064
69%

Build:
DEFAULT BRANCH: master
Ran 23 Jan 2026 09:58PM UTC
Jobs 1
Files 171
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

23 Jan 2026 09:51PM UTC coverage: 68.819% (-0.01%) from 68.832%
21302359064

push

github

web-flow
feat: Add email send operation metrics (#2311)

## What kind of change does this PR introduce?

This PR adds two new metrics,
`gotrue_email_send_operations_counter_total` and
`gotrue_email_send_errors_counter_total`, for tracking email send
operations and errors respectively. The purpose of these metrics is to
track email delivery independently of the various API handlers that may
send email within Auth.

## What is the current behavior?

Users who want to track email sending operations in Auth must use
indirect metrics like HTTP status codes to determine whether an email
was successfully sent.

## What is the new behavior?

The `gotrue_email_send_operations_counter_total` counter will increment
each time Auth attempts to send an email after performing validation and
checking rate limits. The `gotrue_email_send_errors_counter_total`
counter will increment each time an email send attempt fails.

2 of 7 new or added lines in 1 file covered. (28.57%)

14849 of 21577 relevant lines covered (68.82%)

79.58 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
66.26
-0.37% internal/api/mail.go
Jobs
ID Job ID Ran Files Coverage
1 21302359064.1 23 Jan 2026 09:58PM UTC 171
68.82
GitHub Action Run
Source Files on build 21302359064
  • Tree
  • List 171
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 00965758 on github
  • Prev Build on master (#21238989279)
  • 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

© 2026 Coveralls, Inc