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

stacklok / codegate-ui / 13155697093

05 Feb 2025 10:49AM UTC coverage: 70.082% (-3.6%) from 73.651%
13155697093

Pull #253

github

web-flow
Merge eb12cdfc9 into 3b0900cd6
Pull Request #253: feat: add providers endpoint and enable muxing

379 of 604 branches covered (62.75%)

Branch coverage included in aggregate %.

22 of 104 new or added lines in 22 files covered. (21.15%)

811 of 1094 relevant lines covered (74.13%)

77.75 hits per line

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

0.0
/src/features/providers/components/provider-dialog-footer.tsx
1
import { Button, DialogFooter } from "@stacklok/ui-kit";
2
import { useNavigate } from "react-router-dom";
3

4
export function ProviderDialogFooter() {
NEW
5
  const navigate = useNavigate();
×
6

7
  return (
8
    <DialogFooter className="justify-end">
NEW
9
      <Button variant="secondary" onPress={() => navigate("/providers")}>
×
10
        Discard
11
      </Button>
12
      <Button type="submit" variant="primary">
13
        Save
14
      </Button>
15
    </DialogFooter>
16
  );
17
}
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