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

mozilla / fx-private-relay / 8354d07c-7eab-4972-926d-a2104e534166

pending completion
8354d07c-7eab-4972-926d-a2104e534166

Pull #3517

circleci

groovecoder
for MPP-3021: add sentry profiling
Pull Request #3517: for MPP-3021: add sentry profiling

1720 of 2602 branches covered (66.1%)

Branch coverage included in aggregate %.

5602 of 7486 relevant lines covered (74.83%)

18.61 hits per line

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

0.0
/frontend/src/components/landing/carousel/ContentTextOnly.tsx
1
import { ReactNode } from "react";
2
import styles from "./ContentTextOnly.module.scss";
×
3

4
export type Props = {
5
  heading: string;
6
  body: ReactNode;
7
};
8

9
export const CarouselContentTextOnly = (props: Props) => {
×
10
  return (
11
    <div className={styles.wrapper}>
12
      <div className={styles.heading}>{props.heading}</div>
13
      <div className={styles.body}>{props.body}</div>
14
    </div>
15
  );
16
};
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