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

EcrituresNumeriques / stylo / 16347465176

17 Jul 2025 02:10PM UTC coverage: 39.229% (-36.4%) from 75.635%
16347465176

push

github

thom4parisot
fix: plusieurs messages d'alertes possible ainsi qu'un mode dev

571 of 805 branches covered (70.93%)

Branch coverage included in aggregate %.

1 of 68 new or added lines in 5 files covered. (1.47%)

5704 of 15191 relevant lines covered (37.55%)

2.57 hits per line

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

0.0
/front/src/components/DevModeAlert.jsx
NEW
1
import clsx from 'clsx'
×
NEW
2
import { Info } from 'lucide-react'
×
NEW
3
import React from 'react'
×
4

NEW
5
import styles from './molecules/Alert.module.scss'
×
6

NEW
7
export default function DevModeAlert() {
×
NEW
8
  return (
×
NEW
9
    <div
×
NEW
10
      role="alert"
×
NEW
11
      className={clsx(styles.alert, styles.info, styles.fullscreen)}
×
NEW
12
      lang="fr"
×
13
    >
NEW
14
      <Info aria-hidden />
×
15

16
      Vous êtes sur une instance de développement de Stylo.
NEW
17
    </div>
×
18
  )
NEW
19
}
×
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