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

EcrituresNumeriques / stylo / 14530927847

18 Apr 2025 06:33AM UTC coverage: 35.073% (+1.7%) from 33.412%
14530927847

push

github

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

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

549 of 810 branches covered (67.78%)

Branch coverage included in aggregate %.

501 of 784 new or added lines in 24 files covered. (63.9%)

180 existing lines in 17 files now uncovered.

5393 of 16132 relevant lines covered (33.43%)

2.27 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

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

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

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