• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

valkyrjaio / valkyrja-starter-app-php / 24875971439

24 Apr 2026 06:36AM UTC coverage: 0.0%. Remained the same
24875971439

push

github

web-flow
[Config] Fix data path to include src prefix for Sindri generation (#27)

## Description

Fixes the `dataPath` values in both `Cli/Config.example.php` and
`Http/Config.example.php` to include the `src/` prefix, matching the
actual filesystem path that Sindri uses when writing generated data
files. Also adds `AppCliRoutingData.php` to the HTTP `Data/.gitignore`
to keep the ignore list consistent between the Cli and Http data
directories.

---

## Types of Changes

- [ ] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [x] 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

- **`app/src/App/Cli/Config.example.php`** — corrected `dataPath` from
`App/Cli/Data` to `src/App/Cli/Data`
- **`app/src/App/Http/Config.example.php`** — corrected `dataPath` from
`App/Http/Data` to `src/App/Http/Data`
- **`app/src/App/Http/Data/.gitignore`** — added `AppCliRoutingData.php`
to match the Cli data gitignore

0 of 2 new or added lines in 2 files covered. (0.0%)

0 of 289 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/app/src/App/Cli/Config.example.php


Source Not Available

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