LinkForge has a solid, green test suite (php artisan test), and we'd like to push coverage higher β especially around the core flows. π§ͺ
Areas that would benefit from more tests
- Redirects & click tracking β short-link resolution, expiry, password-protected links, click recording.
- Analytics β daily/period rollups, geo and referrer aggregation.
- Admin β settings, user management, the updater (
App\Services\Update\Updater).
Getting started
- Skim
tests/Feature/ for patterns (most use the withoutVite() helper so they don't need built assets).
- Add focused feature tests for an under-covered path.
- Run
php artisan test (in-memory SQLite β no MySQL needed) and vendor/bin/pint, then open a PR.
Comment with the slice you're tackling so efforts don't overlap.
LinkForge has a solid, green test suite (
php artisan test), and we'd like to push coverage higher β especially around the core flows. π§ͺAreas that would benefit from more tests
App\Services\Update\Updater).Getting started
tests/Feature/for patterns (most use thewithoutVite()helper so they don't need built assets).php artisan test(in-memory SQLite β no MySQL needed) andvendor/bin/pint, then open a PR.Comment with the slice you're tackling so efforts don't overlap.