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

EcrituresNumeriques / stylo / 12925854411

23 Jan 2025 09:11AM UTC coverage: 25.831% (-4.7%) from 30.523%
12925854411

push

github

web-flow
Merge pull request #1192 from EcrituresNumeriques/feat/vite6

322 of 518 branches covered (62.16%)

Branch coverage included in aggregate %.

3448 of 14077 relevant lines covered (24.49%)

1.66 hits per line

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

0.0
/front/src/components/workspace/WorkspaceLabel.jsx
1
import React from 'react'
×
2
import PropTypes from 'prop-types'
×
3
import clsx from 'clsx'
×
4

5
import styles from './WorkspaceLabel.module.scss'
×
6

7
export default function WorkspaceLabel({ name, color, className }) {
×
8
  return (
×
9
    <>
×
10
      <div className={clsx(className, styles.container)}>
×
11
        <span className={styles.chip} style={{ backgroundColor: color }} />
×
12
        <span className={styles.name}>{name}</span>
×
13
      </div>
×
14
    </>
×
15
  )
16
}
×
17

18
WorkspaceLabel.propTypes = {
×
19
  name: PropTypes.string.isRequired,
×
20
  color: PropTypes.string.isRequired,
×
21
  className: PropTypes.string,
×
22
}
×
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