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

stacklok / codegate-ui / 12864820265

20 Jan 2025 09:22AM UTC coverage: 64.112% (-2.2%) from 66.312%
12864820265

Pull #114

github

web-flow
Merge 120ffc660 into bfc38203a
Pull Request #114: feat: workspace settings route & system prompt editor

228 of 432 branches covered (52.78%)

Branch coverage included in aggregate %.

1 of 25 new or added lines in 4 files covered. (4.0%)

458 of 638 relevant lines covered (71.79%)

56.89 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/features/workspace-system-prompt/hooks/use-post-system-prompt.tsx
1
import { useMutation } from "@tanstack/react-query";
2
import { postSystemPrompt } from "../lib/post-system-prompt";
3

4
export function usePostSystemPrompt() {
5
  // TODO: Get queryclient, invalidate "get system prompt" query
6

NEW
7
  return useMutation({
×
8
    mutationFn: postSystemPrompt,
9
  });
10
}
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