• 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/CollaborativeEditor.jsx
1
import React from 'react'
×
NEW
2
import { useParams } from 'react-router-dom'
×
3

UNCOV
4
import ArticleStats from '../ArticleStats.jsx'
×
5
import CollaborativeEditorArticleHeader from './CollaborativeEditorArticleHeader.jsx'
×
6
import CollaborativeTextEditor from './CollaborativeTextEditor.jsx'
×
7
import CollaborativeEditorMenu from './CollaborativeEditorMenu.jsx'
×
8

UNCOV
9
import styles from './CollaborativeEditor.module.scss'
×
10

NEW
11
export default function CollaborativeEditor() {
×
UNCOV
12
  const { articleId } = useParams()
×
13

14
  return (
×
NEW
15
    <section className={styles.container}>
×
NEW
16
      <div className={styles.main} role="main">
×
NEW
17
        <CollaborativeEditorArticleHeader articleId={articleId} />
×
NEW
18
        <CollaborativeTextEditor articleId={articleId} />
×
NEW
19
        <ArticleStats />
×
NEW
20
      </div>
×
NEW
21
      <CollaborativeEditorMenu articleId={articleId} />
×
NEW
22
    </section>
×
23
  )
NEW
24
}
×
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