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

cofacts / rumors-api / 25154996420
82%
master: 82%

Build:
Build:
LAST BUILD BRANCH: claude/dazzling-ritchie-21ZJO
DEFAULT BRANCH: master
Ran 30 Apr 2026 08:22AM UTC
Jobs 1
Files 172
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

30 Apr 2026 08:17AM UTC coverage: 82.229% (+1.2%) from 80.99%
25154996420

Pull #386

github

nonumpa
feat(auth): add ALLOWED_CALLBACK_PATTERN for dynamic callback URL matching

Exact-match ALLOWED_CALLBACK_URLS cannot cover Cloud Run PR preview URLs
whose origin changes per PR (e.g. pr-25---cofacts-ai-*-de.a.run.app).

Add optional ALLOWED_CALLBACK_PATTERN env var: a regex (no delimiters)
automatically anchored with ^ and $ so it must match the entire URL.
Existing ALLOWED_CALLBACK_URLS exact-match takes priority; the pattern
is only consulted when no exact match is found.

Operators can set ALLOWED_CALLBACK_PATTERN to cover all PR previews with
a single entry and keep exact URLs in ALLOWED_CALLBACK_URLS for production.
Pull Request #386: feat(auth): Custom Authorization Code Flow with RS256 JWT + JWKS

884 of 1153 branches covered (76.67%)

Branch coverage included in aggregate %.

111 of 129 new or added lines in 7 files covered. (86.05%)

20 existing lines in 1 file now uncovered.

1721 of 2015 relevant lines covered (85.41%)

17.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
16
62.69
28.34% src/auth.js
2
92.98
src/lib/jwt.js

Coverage Regressions

Lines Coverage ∆ File
20
62.69
28.34% src/auth.js
Jobs
ID Job ID Ran Files Coverage
1 25154996420.1 30 Apr 2026 08:22AM UTC 172
82.23
GitHub Action Run
Source Files on build 25154996420
  • Tree
  • List 172
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #386
  • PR Base - master (#23781942219)
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