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

EcrituresNumeriques / stylo / 14472219229

15 Apr 2025 02:37PM UTC coverage: 33.505% (+2.1%) from 31.388%
14472219229

push

github

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

515 of 777 branches covered (66.28%)

Branch coverage included in aggregate %.

227 of 953 new or added lines in 22 files covered. (23.82%)

107 existing lines in 6 files now uncovered.

5015 of 15728 relevant lines covered (31.89%)

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'
×
NEW
5
import CollaborativeEditorActiveVersion from './CollaborativeEditorActiveVersion.jsx'
×
6

7
/**
8
 * @param {object} props
9
 * @param {string|undefined} props.versionId
10
 * @returns {Element}
11
 */
NEW
12
export default function CollaborativeEditorStatus({ versionId }) {
×
13
  return (
×
14
    <>
×
15
      <div className={styles.row}>
×
NEW
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