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

zendeskgarden / react-components / #2641

20 Aug 2024 06:43PM UTC coverage: 96.022% (-0.4%) from 96.396%
#2641

push

web-flow
chore: merge v9 `next` to `main` (#1899)

3315 of 3674 branches covered (90.23%)

Branch coverage included in aggregate %.

2631 of 2675 new or added lines in 365 files covered. (98.36%)

3 existing lines in 1 file now uncovered.

10225 of 10427 relevant lines covered (98.06%)

235.58 hits per line

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

75.0
/packages/theming/src/utils/StyledBaseIcon.ts
1
/**
2
 * Copyright Zendesk, Inc.
3
 *
4
 * Use of this source code is governed under the Apache License, Version 2.0
5
 * found at http://www.apache.org/licenses/LICENSE-2.0.
6
 */
7

8
import styled from 'styled-components';
338✔
9
import React, { Children } from 'react';
338✔
10

11
// eslint-disable-next-line @typescript-eslint/no-unused-vars,garden-local/require-default-theme
12
export const StyledBaseIcon = styled(({ children, theme, ...props }) =>
338✔
NEW
13
  React.cloneElement(Children.only(children), props)
×
14
)`
15
  /* stylelint-disable no-empty-block */
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

© 2026 Coveralls, Inc