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

valkyrjaio / valkyrja-php / 27885209191 / 1
100%
26.x: 100%

Build:
DEFAULT BRANCH: 26.x
Ran 20 Jun 2026 10:04PM UTC
Files 1135
Run time 19s
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

20 Jun 2026 10:02PM UTC coverage: 100.0%. Remained the same
27885209191.1

push

github

web-flow
[Tests] Add --path-coverage to PHPUnit test coverage (#869)

# Description

Applies `native_function_invocation` + `global_namespace_import` across
the source tree so unqualified builtin calls become `use function`
imports, and adds `--path-coverage` to the coverage script. In a
namespaced file, an unqualified builtin call resolves at runtime via a
"namespace-local function?" lookup that Xdebug counts as an
always-uncovered branch; importing the function resolves it at compile
time and removes that phantom branch. This is the groundwork for driving
valkyrja to 100% branch coverage (remaining real decision-branch gaps
are being closed in follow-up work).

---

## 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

- **`src/Valkyrja/**` (89 files)** — imported global functions (`use
function …`) so builtin calls resolve at compile time, removing
namespace-fallback phantom branches
- **`.github/ci/phpunit/composer.json`** — added `--path-coverage` to
the `coverage` script

12435 of 12435 relevant lines covered (100.0%)

16.13 hits per line

Source Files on job 27885209191.1
  • Tree
  • List 1135
  • Changed 91
  • Source Changed 91
  • Coverage Changed 88
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27885209191
  • c4298094 on github
  • Prev Job for on 26.x (#27858155867.1)
  • Next Job for on 26.x (#27895484727.1)
  • Delete
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