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

EcrituresNumeriques / stylo / 14472219216

15 Apr 2025 02:37PM UTC coverage: 31.374% (-0.01%) from 31.388%
14472219216

push

github

web-flow
chore: utilise SWR pour gérer les versions d'un article (#1370)

470 of 708 branches covered (66.38%)

Branch coverage included in aggregate %.

53 of 436 new or added lines in 16 files covered. (12.16%)

233 existing lines in 11 files now uncovered.

4521 of 15200 relevant lines covered (29.74%)

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