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

Yoast / wordpress-seo / cd81e373121bc0e6c1ef8d2cc7ad97810aa651aa

03 Dec 2024 10:40AM UTC coverage: 54.094% (-0.6%) from 54.693%
cd81e373121bc0e6c1ef8d2cc7ad97810aa651aa

push

github

web-flow
Merge pull request #21888 from Yoast/feature/dash-phase-1

Introduce the dashboard page

7603 of 13697 branches covered (55.51%)

Branch coverage included in aggregate %.

36 of 709 new or added lines in 72 files covered. (5.08%)

790 existing lines in 3 files now uncovered.

29774 of 55400 relevant lines covered (53.74%)

41427.34 hits per line

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

0.0
/packages/js/src/dashboard/fetch/timeout-error.js
1
/**
2
 * Represents a timeout error.
3
 */
4
export class TimeoutError extends Error {
5
        /**
6
         * @param {string} message The error message.
7
         */
8
        constructor( message ) {
NEW
9
                super( message );
×
NEW
10
                this.name = "TimeoutError";
×
11
        }
12
}
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