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

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

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

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

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