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

EcrituresNumeriques / stylo / 14472767041

15 Apr 2025 03:02PM UTC coverage: 33.491% (+2.1%) from 31.374%
14472767041

push

github

ggrossetie
fix: surcharge le style de liens externes pour ne pas afficher l'icone par défaut

515 of 777 branches covered (66.28%)

Branch coverage included in aggregate %.

5016 of 15738 relevant lines covered (31.87%)

2.3 hits per line

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

0.0
/front/src/components/collaborative/CollaborativeEditorStatus.jsx
1
import React from 'react'
×
2

3
import styles from './CollaborativeEditorStatus.module.scss'
×
4
import CollaborativeEditorWriters from './CollaborativeEditorWriters.jsx'
×
5
import CollaborativeEditorActiveVersion from './CollaborativeEditorActiveVersion.jsx'
×
6

7
/**
8
 * @param {object} props
9
 * @param {string|undefined} props.versionId
10
 * @returns {Element}
11
 */
12
export default function CollaborativeEditorStatus({ versionId }) {
×
13
  return (
×
14
    <>
×
15
      <div className={styles.row}>
×
16
        <CollaborativeEditorActiveVersion versionId={versionId} />
×
17
        <div className={styles.writers}>
×
18
          <CollaborativeEditorWriters />
×
19
        </div>
×
20
      </div>
×
21
    </>
×
22
  )
23
}
×
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