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

stacklok / toolhive-studio / 23748251730
60%

Build:
DEFAULT BRANCH: main
Ran 30 Mar 2026 01:53PM UTC
Jobs 1
Files 415
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 Mar 2026 01:50PM UTC coverage: 60.386%. Remained the same
23748251730

push

github

web-flow
fix(remote-auth): re-saving server config corrupts client_secret on OAuth servers (#1860)

* fix(remote-auth): use secret name field to identify existing secrets on re-save
When loading an existing remote server for editing, convertCreateRequestToFormData
was using client_secret.target (e.g. "oauth_secret") to both populate value.secret
and check isFromStore. Since target is a config property name — not a secret store
key — the check always returned false, so every re-save treated the existing secret
as new plaintext. A duplicate was created with the wrong value and a collision
suffix (_2), and both name and target were set to this new key.
Fix: use client_secret.name (the actual store key) for both value.secret and
the isFromStore check. Same fix applied to bearer_token.
Closes #1821

* test(e2e): add remote server re-save regression spec

* refactor: remove unneeded fields on test overried

2974 of 5202 branches covered (57.17%)

Branch coverage included in aggregate %.

4855 of 7763 relevant lines covered (62.54%)

126.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23748251730.1 30 Mar 2026 01:53PM UTC 415
60.39
GitHub Action Run
Source Files on build 23748251730
  • Tree
  • List 415
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23748251730
  • d267e6df on github
  • Prev Build on main (#23748148594)
  • Next Build on main (#23748717623)
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