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

EcrituresNumeriques / stylo / 15421390032

03 Jun 2025 03:23PM UTC coverage: 38.118% (+0.4%) from 37.711%
15421390032

push

github

web-flow
feat: EntĂȘte responsive (#1531)

Co-authored-by: Thomas Parisot <thom4parisot@users.noreply.github.com>

560 of 791 branches covered (70.8%)

Branch coverage included in aggregate %.

36 of 309 new or added lines in 17 files covered. (11.65%)

307 existing lines in 17 files now uncovered.

5458 of 14997 relevant lines covered (36.39%)

2.58 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

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

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