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

mozilla / fx-private-relay / c7fef48c-1fe8-406b-a4b9-5bf8aefbe9c6

pending completion
c7fef48c-1fe8-406b-a4b9-5bf8aefbe9c6

Pull #3517

circleci

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

1734 of 2616 branches covered (66.28%)

Branch coverage included in aggregate %.

44 of 44 new or added lines in 2 files covered. (100.0%)

5608 of 7492 relevant lines covered (74.85%)

18.6 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