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

tempestphp / tempest-framework / 14147890216

29 Mar 2025 05:29PM UTC coverage: 80.606% (-0.1%) from 80.716%
14147890216

Pull #1100

github

web-flow
Merge fa6d0f1d5 into 0d9328363
Pull Request #1100: refactor(router): improve static page generation console command output

27 of 55 new or added lines in 8 files covered. (49.09%)

6 existing lines in 3 files now uncovered.

10960 of 13597 relevant lines covered (80.61%)

100.01 hits per line

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

0.0
/src/Tempest/Router/src/Static/Exceptions/StaticPageException.php
1
<?php
2

3
namespace Tempest\Router\Static\Exceptions;
4

5
use Exception;
6

7
abstract class StaticPageException extends Exception
8
{
NEW
9
    public function __construct(
×
10
        string $message,
11
        public readonly string $uri,
12
    ) {
NEW
13
        parent::__construct($message);
×
14
    }
15
}
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