Skip to content

fix(web): remove broken OAuth code-paste flow from AccountPanel

a7d5ede
Select commit
Loading
Failed to load commit list.
Merged

fix: lead responsiveness (error suppression, circuit breaker, routing, auth) #2328

fix(web): remove broken OAuth code-paste flow from AccountPanel
a7d5ede
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 4, 2026 in 1s

63.93% (-0.07%) compared to bc6b661

View this Pull Request on Codecov

63.93% (-0.07%) compared to bc6b661

Details

Codecov Report

❌ Patch coverage is 66.66667% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.93%. Comparing base (bc6b661) to head (a7d5ede).

Files with missing lines Patch % Lines
src/daemon_v2/web/routes.rs 0.00% 17 Missing ⚠️
src/daemon_v2/executor/mod.rs 84.37% 5 Missing ⚠️
src/daemon_v2/daemon.rs 55.55% 4 Missing ⚠️
src/daemon_v2/decisions/health.rs 88.23% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2328      +/-   ##
==========================================
- Coverage   64.00%   63.93%   -0.07%     
==========================================
  Files         100      100              
  Lines       38588    38578      -10     
==========================================
- Hits        24699    24666      -33     
- Misses      13889    13912      +23     
Files with missing lines Coverage Δ
src/daemon_v2/decisions/chat.rs 96.56% <100.00%> (+0.13%) ⬆️
src/daemon_v2/web/mod.rs 100.00% <ø> (ø)
src/daemon_v2/decisions/health.rs 88.78% <88.23%> (+0.48%) ⬆️
src/daemon_v2/daemon.rs 66.53% <55.55%> (-4.22%) ⬇️
src/daemon_v2/executor/mod.rs 62.92% <84.37%> (-9.21%) ⬇️
src/daemon_v2/web/routes.rs 3.17% <0.00%> (+0.20%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.