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

EcrituresNumeriques / stylo / 15066626824

16 May 2025 10:41AM UTC coverage: 37.574% (-0.02%) from 37.594%
15066626824

Pull #1517

github

web-flow
Merge e05a1c169 into 607ffe7f9
Pull Request #1517: Mise à jour vers react-router@7

549 of 776 branches covered (70.75%)

Branch coverage included in aggregate %.

13 of 373 new or added lines in 28 files covered. (3.49%)

5 existing lines in 4 files now uncovered.

5319 of 14841 relevant lines covered (35.84%)

2.56 hits per line

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

0.0
/front/src/components/404.jsx
1
import React from 'react'
×
NEW
2
import { useLocation } from 'react-router'
×
3

UNCOV
4
import styles from './Error.module.scss'
×
NEW
5
import { useTranslation } from 'react-i18next'
×
6

7
export default function PageNotFound() {
×
8
  const location = useLocation()
×
NEW
9
  const { t } = useTranslation('errors')
×
10

11
  return (
×
12
    <section className={styles.container}>
×
13
      <article className={styles.error}>
×
NEW
14
        <h2>{t('404.title')}</h2>
×
15

16
        <p>
×
NEW
17
          {t('404.message')} <code>{location.pathname}</code>.
×
18
        </p>
×
19
      </article>
×
20
    </section>
×
21
  )
NEW
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

© 2025 Coveralls, Inc