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

EcrituresNumeriques / stylo / 12925854411

23 Jan 2025 09:11AM UTC coverage: 25.831% (-4.7%) from 30.523%
12925854411

push

github

web-flow
Merge pull request #1192 from EcrituresNumeriques/feat/vite6

322 of 518 branches covered (62.16%)

Branch coverage included in aggregate %.

3448 of 14077 relevant lines covered (24.49%)

1.66 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
import App from '../layouts/App'
×
3

4
import styles from '../components/Write/write.module.scss'
×
5

6
export default function Error() {
×
7
  const urlSearchParams = new URLSearchParams(window.location.search)
×
8
  const message = urlSearchParams.get('message') || ''
×
9
  return (
×
10
    <App layout="fullPage">
×
11
      <section className={styles.container}>
×
12
        <article className={styles.error}>
×
13
          <h2>Error</h2>
×
14

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