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

valkyrjaio / ci-phpcsfixer-php
100%

Build:
DEFAULT BRANCH: 26.x
Repo Added 18 Apr 2026 03:35AM UTC
Token SytZ8aW4P5dRORoiYFEIunTscx1J7J5b0 regen
Build 246 Last
Files 2
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

LAST BUILD ON BRANCH 26.x
branch: 26.x
CHANGE BRANCH
x
Reset
Sync Branches
  • 26.x
  • add-full-test-coverage
  • add-path-coverage
  • deps/ensure-workflows-26.x
  • deps/fix-trailing-newlines-26.x
  • deps/update-.github-workflow-refs-26.x
  • deps/update-ci-phparkitect-php-workflow-refs-26.x
  • deps/update-ci-phpcodesniffer-php-workflow-refs-26.x
  • deps/update-ci-phpstan-php-workflow-refs-26.x
  • deps/update-ci-phpunit-php-workflow-refs-26.x
  • deps/update-ci-rector-php-workflow-refs-26.x
  • deps/update-dependencies-2026-05-02
  • deps/update-dependencies-2026-05-03
  • deps/update-dependencies-2026-05-05
  • deps/update-dependencies-2026-05-07
  • deps/update-dependencies-2026-05-10
  • deps/update-dependencies-2026-05-12
  • deps/update-dependencies-2026-05-13
  • deps/update-dependencies-2026-05-14
  • deps/update-dependencies-2026-05-16
  • deps/update-dependencies-2026-05-17
  • deps/update-dependencies-2026-05-19
  • deps/update-dependencies-2026-05-21
  • deps/update-dependencies-2026-05-27
  • deps/update-dependencies-2026-05-28
  • deps/update-dependencies-2026-05-29
  • deps/update-dependencies-2026-05-30
  • deps/update-dependencies-2026-06-01
  • deps/update-dependencies-2026-06-02
  • deps/update-dependencies-2026-06-03
  • deps/update-dependencies-2026-06-04
  • deps/update-dependencies-2026-06-05
  • deps/update-dependencies-2026-06-06
  • deps/update-dependencies-2026-06-08
  • deps/update-dependencies-2026-06-10
  • deps/update-dependencies-2026-06-14
  • deps/update-dependencies-2026-06-16
  • deps/update-dependencies-2026-06-17
  • deps/update-dependencies-2026-06-18
  • deps/update-dependencies-2026-06-19
  • deps/update-dependencies-2026-06-24
  • deps/update-dependencies-2026-06-26
  • deps/update-dependencies-2026-06-27
  • deps/update-dependencies-2026-06-30
  • deps/update-dependencies-2026-07-02
  • deps/update-dependencies-2026-07-07
  • deps/update-dependencies-2026-07-08
  • deps/update-dependencies-2026-07-09
  • deps/update-dependencies-2026-07-10
  • deps/update-dependencies-2026-07-12
  • deps/update-dependencies-2026-07-17
  • deps/update-dependencies-2026-07-18
  • deps/update-dependencies-2026-07-25
  • deps/update-dependencies-2026-07-27
  • deps/update-dependencies-2026-07-28
  • deps/update-dependencies-2026-07-30
  • deps/update-github-workflow-refs-26.x
  • improvement/adopt-aggregate-ci-tools-workflow
  • improvement/drop-stale-workflow-call-glob
  • improvement/rerun-ci-on-pull-request-edit
  • improvement/use-consolidated-ci-tool-workflow
  • update-workflows

31 Jul 2026 07:56AM UTC coverage: 100.0%. Remained the same
30614534141

push

github

web-flow
[Workflow] ci: Drop the stale reusable workflow glob from the source paths (#139)

# Description

`source-paths` still lists `.github/workflows/_workflow-call.yml`, a
file this repository no longer has —
it was deleted once every consumer moved to the consolidated workflows
in `valkyrjaio/.github`.

It came from the per-tool `paths:` filters that `source-paths` replaced:
those filters legitimately
watched the local reusable workflow, and the migration carried the union
of their globs across. A glob
matching nothing is harmless, but it describes a file that is gone,
which misleads the next reader.

## Types of changes

- [X] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [ ] Breaking change _(fix or feature that would cause existing
functionality to change)_
- [ ] Documentation improvement

## Changes

- **`.github/workflows/ci.yml`** — removed the stale
`.github/workflows/_workflow-call.yml` entry from
  the `Tools` job's `source-paths`.

193 of 193 relevant lines covered (100.0%)

5.0 hits per line

Relevant lines Covered
Build:
Build:
193 RELEVANT LINES 193 COVERED LINES
5.0 HITS PER LINE
Source Files on 26.x
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30614534141 26.x [Workflow] ci: Drop the stale reusable workflow glob from the source paths (#139) # Description `source-paths` still lists `.github/workflows/_workflow-call.yml`, a file this repository no longer has — it was deleted once every consumer moved to... push 31 Jul 2026 07:56AM UTC web-flow github
100.0
30613152098 26.x [Workflow] ci: Update .github workflow refs to v26.14.0 (#138) push 31 Jul 2026 07:35AM UTC GitHub github
100.0
30517439646 26.x [v26.2.0] chore: Update FixerInfo for the release push 30 Jul 2026 05:44AM UTC valkyrja-volundr[bot] github
100.0
30516848704 26.x [Dependency] build: Update composer dependencies (#134) push 30 Jul 2026 05:33AM UTC GitHub github
100.0
30516842774 26.x [Workflow] ci: Update .github workflow refs to v26.13.0 (#135) push 30 Jul 2026 05:32AM UTC GitHub github
100.0
30514543792 26.x [Workflow] ci: Migrate the CI tool jobs to the consolidated reusable workflow (#130) push 30 Jul 2026 04:41AM UTC GitHub github
100.0
30423369397 26.x [GitHub] Update .github workflow refs to v26.12.2 (#126) # Description Update reusable workflow references from `valkyrjaio/.github` to release `v26.12.2`. ## Types of changes - [X] Improvement _(non-breaking change which improves code)_ - [ ]... push 29 Jul 2026 04:52AM UTC web-flow github
100.0
30420632136 26.x [Composer] Update composer dependencies (#123) # Description Automated composer dependency updates. ## Types of changes - [X] Improvement _(non-breaking change which improves code)_ - [ ] Bug fix _(non-breaking change which fixes an issue)_ - ... push 29 Jul 2026 03:54AM UTC web-flow github
100.0
30420628183 26.x [GitHub] Update .github workflow refs to v26.12.1 (#125) # Description Update reusable workflow references from `valkyrjaio/.github` to release `v26.12.1`. ## Types of changes - [X] Improvement _(non-breaking change which improves code)_ - [ ]... push 29 Jul 2026 03:52AM UTC web-flow github
100.0
30330100696 26.x [GitHub] Update .github workflow refs to v26.12.0 (#122) # Description Update reusable workflow references from `valkyrjaio/.github` to release `v26.12.0`. ## Types of changes - [X] Improvement _(non-breaking change which improves code)_ - [ ]... push 28 Jul 2026 04:55AM UTC web-flow github
100.0
See All Builds (246)

Badge your Repo: ci-phpcsfixer-php

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc