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

stacklok / codegate-ui / 12831754667

17 Jan 2025 03:13PM UTC coverage: 65.582% (-0.1%) from 65.711%
12831754667

Pull #111

github

web-flow
Merge 8d7e5590e into a940ffef0
Pull Request #111: feat(workspaces): create workspaces query hook

223 of 416 branches covered (53.61%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 1 file covered. (0.0%)

442 of 598 relevant lines covered (73.91%)

26.99 hits per line

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

0.0
/src/hooks/useWorkspacesData.ts
1
import { useQuery } from "@tanstack/react-query";
2
import { v1ListWorkspacesOptions } from "@/api/generated/@tanstack/react-query.gen";
3

NEW
4
export const useWorkspacesData = () => {
×
NEW
5
  return useQuery({
×
6
    ...v1ListWorkspacesOptions(),
7
  });
8
};
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