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

supabase / auth / 9347914440
69%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2024 09:48AM UTC
Jobs 1
Files 117
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

03 Jun 2024 09:43AM UTC coverage: 65.948% (+0.2%) from 65.743%
9347914440

push

github

web-flow
fix: improve token OIDC logging (#1606)

## What kind of change does this PR introduce?
* Currently, when the "Unacceptable audience in id_token" error is
returned, it doesn't log the audience claim from the id token, which
makes it hard to debug. The audience claim from the id token is now
logged as well when this error is returned.
* Adds a basic test for the generic id token oidc `getProvider()`
method, since we currently have 0 coverage for this file
* The test also uncovered a possible nil pointer panic in the case of
the generic OIDC provider being returned since in the generic case, the
`oauthConfig` will be nil. Rather than returning the `oauthConfig`, we
only need to return the `skipNonceCheck` property since we only check
for that.

6 of 14 new or added lines in 1 file covered. (42.86%)

1 existing line in 1 file now uncovered.

8502 of 12892 relevant lines covered (65.95%)

62.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
16.76
16.76% internal/api/token_oidc.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
16.76
16.76% internal/api/token_oidc.go
Jobs
ID Job ID Ran Files Coverage
1 9347914440.1 03 Jun 2024 09:48AM UTC 117
65.95
GitHub Action Run
Source Files on build 9347914440
  • Tree
  • List 117
  • Changed 15
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 52626831 on github
  • Prev Build on master (#9318339367)
  • Next Build on master (#9361498028)
  • 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