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

EcrituresNumeriques / stylo / 14199795070

01 Apr 2025 03:32PM UTC coverage: 33.016% (+1.1%) from 31.927%
14199795070

push

github

ggrossetie
fix: supprime le observe sur le state de l'éditeur (il n'y a plus de state)

474 of 709 branches covered (66.85%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

127 existing lines in 8 files now uncovered.

4484 of 14308 relevant lines covered (31.34%)

2.35 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

6
/**
7
 * @return {Element}
8
 */
9
export default function CollaborativeEditorStatus() {
×
10
  return (
×
UNCOV
11
    <>
×
12
      <div className={styles.row}>
×
13
        <div className={styles.writers}>
×
UNCOV
14
          <CollaborativeEditorWriters />
×
15
        </div>
×
UNCOV
16
      </div>
×
UNCOV
17
    </>
×
18
  )
UNCOV
19
}
×
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