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

CBIIT / crdc-datahub-ui / 13768297073

10 Mar 2025 03:20PM UTC coverage: 59.96% (-0.3%) from 60.271%
13768297073

Pull #642

github

web-flow
Merge ccb08cb24 into 922b0b29f
Pull Request #642: CRDCDH-2458 Setup Storybook

3139 of 5627 branches covered (55.78%)

Branch coverage included in aggregate %.

3 of 69 new or added lines in 16 files covered. (4.35%)

4374 of 6903 relevant lines covered (63.36%)

145.82 hits per line

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

0.0
/src/components/Footer/index.stories.tsx
1
import type { Meta, StoryObj } from "@storybook/react";
2
import Footer from "./index";
3

NEW
4
const meta = {
×
5
  title: "Navigation / Footer",
6
  component: Footer,
7
  parameters: {
8
    layout: "fullscreen",
9
  },
10
  tags: ["autodocs"],
11
} satisfies Meta<typeof Footer>;
12

13
export default meta;
14
type Story = StoryObj<typeof meta>;
15

NEW
16
export const Desktop: Story = {
×
17
  args: {},
18
};
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