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

tempestphp / tempest-framework / 14161923512

30 Mar 2025 01:41PM UTC coverage: 80.964% (+0.2%) from 80.716%
14161923512

push

github

web-flow
ci: prevent coveralls failures from failing tests (#1104)

11058 of 13658 relevant lines covered (80.96%)

100.68 hits per line

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

0.0
/src/Tempest/Generation/src/Exceptions/FileGenerationFailedException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Tempest\Generation\Exceptions;
6

7
use Tempest\Console\Console;
8
use Tempest\Console\Exceptions\ConsoleException;
9

10
final class FileGenerationFailedException extends ConsoleException
11
{
12
    public function render(Console $console): void
×
13
    {
14
        $console->writeln();
×
15
        $console->error($this->getMessage());
×
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

© 2026 Coveralls, Inc