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

stacklok / codegate-ui / 13724706155

07 Mar 2025 04:14PM UTC coverage: 66.516% (-3.1%) from 69.62%
13724706155

Pull #355

github

web-flow
Merge 401ebe83b into db80e1ec2
Pull Request #355: [POC] feat: node-based muxing editor

424 of 711 branches covered (59.63%)

Branch coverage included in aggregate %.

22 of 89 new or added lines in 6 files covered. (24.72%)

81 existing lines in 4 files now uncovered.

903 of 1284 relevant lines covered (70.33%)

67.21 hits per line

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

50.0
/src/components/icons/icon-regex.tsx
1
import type { SVGProps } from 'react'
2

3
export const IconRegex = (props: SVGProps<SVGSVGElement>) => (
2✔
NEW
4
  <svg
×
5
    xmlns="http://www.w3.org/2000/svg"
6
    width="24"
7
    height="24"
8
    viewBox="0 0 24 24"
9
    fill="none"
10
    stroke="currentColor"
11
    stroke-width="2"
12
    stroke-linecap="round"
13
    stroke-linejoin="round"
14
    {...props}
15
  >
16
    <path d="M17 3v10" />
17
    <path d="m12.67 5.5 8.66 5" />
18
    <path d="m12.67 10.5 8.66-5" />
19
    <path d="M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z" />
20
  </svg>
21
)
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