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

EcrituresNumeriques / stylo / 14591892548

22 Apr 2025 09:52AM UTC coverage: 37.471% (+1.0%) from 36.441%
14591892548

push

github

web-flow
feat: supprime l'éditeur de texte legacy (#1426)

Co-authored-by: Thomas Parisot <138627+thom4parisot@users.noreply.github.com>

530 of 757 branches covered (70.01%)

Branch coverage included in aggregate %.

3 of 57 new or added lines in 15 files covered. (5.26%)

214 existing lines in 12 files now uncovered.

5221 of 14591 relevant lines covered (35.78%)

2.49 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/front/src/components/Error.jsx
1
import React from 'react'
×
2

NEW
3
import styles from './Error.module.scss'
×
4

5
export default function Error() {
×
6
  const urlSearchParams = new URLSearchParams(window.location.search)
×
7
  const message = urlSearchParams.get('message') || ''
×
8

9
  return (
×
10
    <section className={styles.container}>
×
11
      <article className={styles.error}>
×
12
        <h2>Error</h2>
×
13

14
        <p>
×
15
          Something wrong happened: <code>{message}</code>
×
16
        </p>
×
17
      </article>
×
18
    </section>
×
19
  )
20
}
×
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