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

valkyrjaio / valkyrja-starter-app-php
100%

Build:
DEFAULT BRANCH: 26.x
Repo Added 18 Apr 2026 03:35AM UTC
Token v2Qu1UiqfG5hULxhqye6ReIulM5ncICJd regen
Build 212 Last
Files 28
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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 26.x
  • add-cli-header
  • add-full-test-coverage
  • add-path-coverage
  • composer-remove-phpunit-require-dev
  • deps/ensure-workflows-26.x
  • deps/fix-trailing-newlines-26.x
  • deps/update-.github-workflow-refs-26.x
  • deps/update-ci-phpcodesniffer-php-workflow-refs-26.x
  • deps/update-ci-phpcsfixer-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-04-18
  • deps/update-dependencies-2026-04-19
  • deps/update-dependencies-2026-04-24
  • deps/update-dependencies-2026-04-25
  • deps/update-dependencies-2026-04-26
  • deps/update-dependencies-2026-04-27
  • deps/update-dependencies-2026-05-01
  • deps/update-dependencies-2026-05-05
  • deps/update-dependencies-2026-05-07
  • deps/update-dependencies-2026-05-08
  • 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-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-16
  • deps/update-dependencies-2026-06-17
  • deps/update-dependencies-2026-06-18
  • deps/update-dependencies-2026-06-19
  • deps/update-github-workflow-refs-26.x
  • remove-http-in-cli-config
  • rename-view-response-factory
  • require-sindri
  • update-composer-packages
  • update-config
  • update-config-for-sindri
  • update-providers
  • update-valkyrja
  • update-workflows

21 Jun 2026 06:29AM UTC coverage: 100.0%. Remained the same
27895980274

push

github

web-flow
[GitHub] Update .github workflow refs to v26.9.7 (#121)

# Description

Update reusable workflow references from `valkyrjaio/.github` to release
`v26.9.7`.

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

| File | Updated To |
|------|------------|
| `.github/workflows/cherry-pick-commits.yml` | `v26.9.7` |
| `.github/workflows/ci.yml` | `v26.9.7` |
| `.github/workflows/create-version-branch.yml` | `v26.9.7` |
| `.github/workflows/rebase-from-master.yml` | `v26.9.7` |
| `.github/workflows/rebase-to-master.yml` | `v26.9.7` |
| `.github/workflows/release-new-version.yml` | `v26.9.7` |
| `.github/workflows/restore-branch-from-backup.yml` | `v26.9.7` |
| `.github/workflows/update-dependencies.yml` | `v26.9.7` |

---------

Co-authored-by: valkyrja-volundr[bot] <249390750+valkyrja-volundr[bot]@users.noreply.github.com>

305 of 305 relevant lines covered (100.0%)

1.7 hits per line

Relevant lines Covered
Build:
Build:
305 RELEVANT LINES 305 COVERED LINES
1.7 HITS PER LINE
Source Files on 26.x
  • Tree
  • List 28
  • 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
27895980274 26.x [GitHub] Update .github workflow refs to v26.9.7 (#121) # Description Update reusable workflow references from `valkyrjaio/.github` to release `v26.9.7`. ## Types of changes - [X] Improvement _(non-breaking change which improves code)_ - [ ] B... push 21 Jun 2026 06:32AM UTC web-flow github
100.0
27895818832 deps/update-.github-workflow-refs-26.x Merge cc53c8c9e into 7958783a4 Pull #121 21 Jun 2026 06:21AM UTC web-flow github
100.0
27895496392 26.x [GitHub] Update .github workflow refs to v26.9.6 (#120) # Description Update reusable workflow references from `valkyrjaio/.github` to release `v26.9.6`. ## Types of changes - [X] Improvement _(non-breaking change which improves code)_ - [ ] B... push 21 Jun 2026 06:09AM UTC web-flow github
100.0
27895345079 deps/update-.github-workflow-refs-26.x Merge fc0707921 into 0d092f4cb Pull #120 21 Jun 2026 05:59AM UTC web-flow github
100.0
27863219909 26.x [Tests] Add --path-coverage to PHPUnit test coverage (#118) # Description Enables Xdebug path coverage when running the local `coverage` Composer script so branch- and path-level gaps surface alongside line coverage. Path coverage reports every ... push 20 Jun 2026 06:43AM UTC web-flow github
100.0
27863157656 add-path-coverage Merge db0d7686e into a6101a638 Pull #118 20 Jun 2026 06:40AM UTC web-flow github
100.0
27853538272 26.x [GitHub] Update .github workflow refs to v26.9.5 (#117) # Description Update reusable workflow references from `valkyrjaio/.github` to release `v26.9.5`. ## Types of changes - [X] Improvement _(non-breaking change which improves code)_ - [ ] B... push 19 Jun 2026 11:50PM UTC web-flow github
100.0
27853396530 deps/update-.github-workflow-refs-26.x Merge 10d2d85ce into 3f9735c7b Pull #117 19 Jun 2026 11:44PM UTC web-flow github
100.0
27853027095 deps/update-.github-workflow-refs-26.x Merge 1985fc203 into 3f9735c7b Pull #117 19 Jun 2026 11:30PM UTC web-flow github
100.0
27843694448 26.x [Composer] Update composer dependencies (#116) # 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 19 Jun 2026 07:03PM UTC web-flow github
100.0
See All Builds (212)

Badge your Repo: valkyrja-starter-app-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 · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc