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

stacklok / codegate-ui / 12869250854

20 Jan 2025 01:37PM UTC coverage: 66.696% (-1.2%) from 67.945%
12869250854

Pull #130

github

web-flow
Merge bfaa1741f into 987b3eeee
Pull Request #130: feat: enable toggle workspace, invalidate on workspace update

252 of 459 branches covered (54.9%)

Branch coverage included in aggregate %.

12 of 35 new or added lines in 7 files covered. (34.29%)

507 of 679 relevant lines covered (74.67%)

54.89 hits per line

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

0.0
/src/features/workspace-system-prompt/lib/post-system-prompt.tsx
1
// Temporary fixture until API is implemented
2
// @ts-expect-error - mocked until implemented in backend
3
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4
export async function postSystemPrompt(prompt: string) {
5
  return new Promise<void>((resolve) => {
×
6
    setTimeout(() => {
×
7
      alert("Prompt saved");
×
8
      resolve();
×
9
    }, 1000); // 1 second timeout
10
  });
11
}
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