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

EcrituresNumeriques / stylo / 14530927846

18 Apr 2025 06:33AM UTC coverage: 34.65% (+1.2%) from 33.412%
14530927846

push

github

web-flow
Ajout des providers Zotero et Hypothesis (#1376)

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

535 of 793 branches covered (67.47%)

Branch coverage included in aggregate %.

544 of 1053 new or added lines in 27 files covered. (51.66%)

51 existing lines in 9 files now uncovered.

5316 of 16093 relevant lines covered (33.03%)

2.4 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

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

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

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