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

daycry / auth / 25514981242
72%

Build:
DEFAULT BRANCH: development
Ran 07 May 2026 06:41PM 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:34PM UTC coverage: 58.608%. Remained the same
25514981242

push

github

daycry
Split static-analysis into one workflow per tool for granular badges

Previously every static-analysis check (PHPStan, CS-Fixer, Deptrac,
Rector, PHPCPD) shared a single workflow file, which collapsed five
distinct quality gates into one green/red status. Splitting them out
makes the README badge wall self-explanatory: when something fails the
specific tool that failed is immediately visible, not buried inside a
"Static Analysis" rollup.

Workflow files
- Removed: .github/workflows/static-analysis.yml (consolidated)
- New, one tool each:
    .github/workflows/phpstan.yml      (level 5, PHP 8.5)
    .github/workflows/code-style.yml   (PHP-CS-Fixer on PHP 8.1)
    .github/workflows/deptrac.yml      (architecture rules)
    .github/workflows/rector.yml       (--dry-run)
    .github/workflows/deduplicate.yml  (PHPCPD --min-lines=50)

Each workflow keeps the same composer cache key as before, so the
runtime cost is essentially identical to the old multi-job setup —
GitHub schedules them in parallel.

README badges
- Reorganised into four labelled clusters:
    1. Tests & coverage:           Tests · Coverage · Docs
    2. Static analysis & quality:  PHPStan · Code Style · Deptrac ·
                                    Rector · Deduplicate · CodeQL
    3. Package:                    Latest stable / unstable, downloads,
                                    license
    4. Tooling:                    PHP version require, PHPStan level
    5. Community:                  Stars / forks / issues
- Dropped the redundant "Code Style: php-cs-fixer" and
  "Architecture: deptrac" shields from the Tooling row — each tool now
  has its own real-status badge in the Static Analysis row.

Dependabot continues to track all workflow files automatically (the
github-actions ecosystem entry scans .github/workflows/* unfiltered),
so no config changes are needed.

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

3544 of 6047 relevant lines covered (58.61%)

47.98 hits per line

Coverage Regressions

Lines Coverage ∆ File
20
53.33
0.0% src/Models/DeviceSessionModel.php
8
0.0
0.0% src/Authentication/Passwords/PwnedValidator.php
Jobs
ID Job ID Ran Files Coverage
1 25514981242.1 07 May 2026 06:41PM UTC 177
58.61
GitHub Action Run
Source Files on build 25514981242
  • Tree
  • List 177
  • Changed 9
  • Source Changed 9
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25514981242
  • 5a4fe6df on github
  • Prev Build on development (#25513255601)
  • Next Build on development (#25516015137)
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