Skip to content

Apply design-token system across frontend#177

Merged
imran31415 merged 3 commits into
mainfrom
redesign/design-tokens
Jun 15, 2026
Merged

Apply design-token system across frontend#177
imran31415 merged 3 commits into
mainfrom
redesign/design-tokens

Fix CI: golangci-lint v2 upgrade, frontend build, gosec excludes

90ce570
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 15, 2026 in 1s

4.15% (target 70.00%)

View this Pull Request on Codecov

4.15% (target 70.00%)

Details

Codecov Report

❌ Patch coverage is 1.00111% with 890 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
frontend/src/components/TemplateForm.tsx 0.00% 48 Missing ⚠️
frontend/src/components/ExecutionResultsViewer.tsx 0.00% 43 Missing ⚠️
frontend/src/components/ExecutionFlowGraph.tsx 0.00% 39 Missing ⚠️
frontend/src/components/ApiKeyModal.tsx 0.00% 36 Missing ⚠️
frontend/src/components/CreateAgentForm.tsx 0.00% 36 Missing ⚠️
frontend/src/components/ExecutionLogsCard.tsx 0.00% 36 Missing ⚠️
frontend/src/components/TeamMemoryViewer.tsx 21.42% 33 Missing ⚠️
frontend/src/components/AgentMemoryViewer.tsx 0.00% 31 Missing ⚠️
frontend/src/components/SessionManager.tsx 0.00% 30 Missing ⚠️
frontend/src/components/AgentDetailView.tsx 0.00% 29 Missing ⚠️
... and 47 more

❌ Your project check has failed because the head coverage (4.15%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage.

@@          Coverage Diff           @@
##            main    #177    +/-   ##
======================================
  Coverage   4.15%   4.15%            
======================================
  Files        160     160            
  Lines      35212   35212            
  Branches    4108    4003   -105     
======================================
  Hits        1462    1462            
  Misses     33659   33659            
  Partials      91      91            
Files with missing lines Coverage Δ
frontend/src/components/AgentBusinessCard.tsx 0.00% <ø> (ø)
frontend/src/components/TextEditorExample.tsx 0.00% <ø> (ø)
frontend/src/screens/AuthScreen.tsx 0.00% <ø> (ø)
frontend/src/screens/ConfigureScreen.tsx 0.00% <ø> (ø)
frontend/src/screens/DatabaseScreen.tsx 0.00% <ø> (ø)
frontend/src/screens/ExecuteScreen.tsx 0.00% <ø> (ø)
frontend/src/screens/ExecutionTemplatesScreen.tsx 0.00% <ø> (ø)
frontend/src/screens/FunctionScreen.tsx 0.00% <ø> (ø)
frontend/src/screens/HistoryScreen.tsx 0.00% <ø> (ø)
frontend/src/screens/TemplateLibraryScreen.tsx 0.00% <ø> (ø)
... and 63 more

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc7328f...90ce570. Read the comment docs.

🚀 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.