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

michalsn / codeigniter-translatable / 17217073242

25 Aug 2025 06:16PM UTC coverage: 95.279%. Remained the same
17217073242

push

github

web-flow
Bump actions/checkout from 4 to 5 (#3)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

222 of 233 relevant lines covered (95.28%)

8.49 hits per line

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

100.0
/src/Exceptions/TranslatableException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Michalsn\CodeIgniterTranslatable\Exceptions;
6

7
use RuntimeException;
8

9
final class TranslatableException extends RuntimeException
10
{
11
    public static function forLocaleNotSupported(string $name): static
12
    {
13
        return new self(lang('Translatable.localeNotSupported', [$name]));
2✔
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

© 2025 Coveralls, Inc