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

EcrituresNumeriques / stylo / 14531144388

18 Apr 2025 06:53AM UTC coverage: 36.232% (+1.2%) from 35.073%
14531144388

push

github

web-flow
fix(home): liens de connexion/inscription contextuels (#1430)

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

569 of 828 branches covered (68.72%)

Branch coverage included in aggregate %.

0 of 20 new or added lines in 1 file covered. (0.0%)

199 existing lines in 13 files now uncovered.

5689 of 16444 relevant lines covered (34.6%)

2.37 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

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

UNCOV
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

UNCOV
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