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

Yoast / wordpress-seo / aaea12fe12c7195d02e0f7ea5fe67d379d3e3227

12 Sep 2025 10:36AM UTC coverage: 41.602%. First build
aaea12fe12c7195d02e0f7ea5fe67d379d3e3227

Pull #22551

github

web-flow
Merge 67ccafc8d into 166ff8a05
Pull Request #22551: Add delayed premium upsell

2370 of 9166 branches covered (25.86%)

Branch coverage included in aggregate %.

15 of 89 new or added lines in 10 files covered. (16.85%)

22173 of 49829 relevant lines covered (44.5%)

4.7 hits per line

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

0.0
/packages/js/src/introductions/components/features/feature.js
1

NEW
2
export const Feature = ( {
×
3
        icon,
4
        title,
5
        description,
6
} ) => {
NEW
7
        const Icon = icon;
×
NEW
8
        return (
×
9
                <div className="yst-flex yst-gap-6">
10
                        <Icon className="yst-mt-1 yst-shrink-0" />
11
                        <div className="yst-flex yst-flex-col">
12
                                <span className="yst-text-base yst-text-slate-900 yst-leading-6 yst-font-medium">{ title }</span>
13
                                <span className="yst-text-sm yst-text-slate-600"> { description } </span>
14
                        </div>
15
                </div>
16
        );
17
};
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