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

valkyrjaio / ci-phpstan-php / 31672635699
100%

Build:
DEFAULT BRANCH: 26.x
Ran 13 Aug 2026 06:09AM UTC
Jobs 1
Files 4
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

13 Aug 2026 06:06AM UTC coverage: 100.0%. Remained the same
31672635699

push

github

web-flow
[Workflow] ci: Run the checks on a pull request that targets any branch (#208)

# Description

A stacked pull request gets no checks. The `branches` filter on the
`pull_request` trigger matches
the base branch, and a stacked pull request bases on its parent's
branch. The filter names `master`
and `*.x` only, so the trigger never fires. No tool reads the change
until the parent merges and
GitHub retargets the pull request. A defect stays hidden for that whole
time, and the author finds
it only after the parent lands.

This change removes the filter from the `pull_request` trigger in both
workflows. Every pull
request runs, whatever branch it targets.

The `push` trigger keeps its filter. A push to a working branch already
runs these jobs through the
`pull_request` trigger, so a filter-free `push` trigger would duplicate
every run.

A required status check still gates the merge. The rulesets in
`infra-github` apply to `master` and
to `*.x`, and this change does not touch them.

## 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 `branches` filter from
the `pull_request` trigger,
  and stated why the filter is absent.
- **`.github/workflows/pr.yml`** — removed the same filter, and stated
the same reason.

8 of 8 relevant lines covered (100.0%)

1.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31672635699.1 13 Aug 2026 06:09AM UTC 4
100.0
GitHub Action Run
Source Files on build 31672635699
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31672635699
  • fa3973e2 on github
  • Prev Build on 26.x (#31589563455)
  • Next Build on 26.x (#31684051106)
  • Delete
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