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

daycry / auth / 25516015137
72%

Build:
DEFAULT BRANCH: development
Ran 07 May 2026 07:03PM UTC
Jobs 1
Files 177
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 May 2026 06:58PM UTC coverage: 58.608%. Remained the same
25516015137

push

github

daycry
Apply Rector targeting PHP 8.2 across src/ and tests/

CI runs Rector with a fresh cache on every push; my local runs were
hiding 28 files of pending refactors behind /tmp/rector. Bumping
phpVersion(PHP_82) on top of that surfaced them all at once. The
applied fixes are mechanical, no behaviour change:

- catch (Exception $e)  ->  catch (Exception)
  When the variable was never used. PHP 8.0+ allows it; Rector's
  RemoveUnusedVariableInCatchRector was the dominant rule (≈20 files,
  almost every Migration constructor, Controllers, Filters).
- Promoted private $table on every Migration class to readonly via
  PrivatizeFinalClassPropertyRector. The constructor sets it once and
  it never changes.
- NullToStrictStringFuncCallArgRector: cast strings before passing them
  to native functions whose signatures changed in 8.x.
- Drop unused `use CodeIgniter\HTTP\Response;` flagged by no_unused_imports
  on EmailActivator after the rewrite.

Tests + PHPStan + Deptrac + PHPCPD all green; PHPUnit assertion count
unchanged (1373).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

12 of 31 new or added lines in 17 files covered. (38.71%)

3544 of 6047 relevant lines covered (58.61%)

47.97 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
28.92
0.0% src/Libraries/CheckIpInRange.php
3
0.0
0.0% src/Authentication/Passwords/PwnedValidator.php
3
0.0
0.0% src/Commands/DiscoverCommand.php
1
22.22
0.0% src/Authentication/Actions/EmailActivator.php
1
82.5
0.0% src/Authentication/Authenticators/Base.php
1
0.0
0.0% src/Controllers/Admin/GroupsController.php
1
0.0
0.0% src/Controllers/MagicLinkController.php
1
0.0
0.0% src/Controllers/RegisterController.php
1
94.87
0.0% src/Database/Migrations/2026-02-26-000001_add_performance_indexes.php
1
84.62
0.0% src/Database/Migrations/2026-05-07-000001_add_identities_user_type_revoked_index.php
1
66.67
0.0% src/Filters/ChainAuthFilter.php
Jobs
ID Job ID Ran Files Coverage
1 25516015137.1 07 May 2026 07:03PM UTC 177
58.61
GitHub Action Run
Source Files on build 25516015137
  • Tree
  • List 177
  • Changed 25
  • Source Changed 25
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25516015137
  • 422489c7 on github
  • Prev Build on development (#25514981242)
  • Next Build on development (#25516490502)
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