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

EcrituresNumeriques / stylo / 14090633575

26 Mar 2025 06:19PM UTC coverage: 31.811% (+0.01%) from 31.801%
14090633575

push

github

web-flow
chore: remplace feather par lucide (plus d'icĂ´nes) (#1374)

470 of 703 branches covered (66.86%)

Branch coverage included in aggregate %.

4 of 47 new or added lines in 46 files covered. (8.51%)

2 existing lines in 1 file now uncovered.

4483 of 14867 relevant lines covered (30.15%)

2.26 hits per line

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

0.0
/front/src/components/ErrorMessageCard.jsx
1
import { Card, Divider, Text } from '@geist-ui/core'
×
2
import React from 'react'
×
NEW
3
import { AlertOctagon } from 'lucide-react'
×
4

5
import styles from './ErrorMessageCard.module.scss'
×
6

7
export default function ErrorMessageCard({ title, children }) {
×
8
  return (
×
9
    <Card>
×
10
      <Card.Content className={styles.title}>
×
11
        <AlertOctagon />
×
12
        <Text b my={0}>
×
13
          {title}
×
14
        </Text>
×
15
      </Card.Content>
×
16
      <Divider h="1px" my={0} />
×
17
      <Card.Content>{children}</Card.Content>
×
18
    </Card>
×
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