kiwilan / typescriptable-laravel

PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. Optional NPM package for Inertia.
https://packagist.org/packages/kiwilan/typescriptable-laravel
MIT License
29 stars 2 forks source link

v3.1.0 #77

Closed ewilan-riviere closed 3 months ago

ewilan-riviere commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 94.74940% with 22 lines in your changes missing coverage. Please review.

Project coverage is 93.99%. Comparing base (29f456f) to head (acf06d8). Report is 2 commits behind head on main.

Files Patch % Lines
src/Typed/Route/Printer/PrinterRouteList.php 90.56% 5 Missing :warning:
src/Typed/Route/Schemas/RouteTypeItem.php 93.44% 4 Missing :warning:
src/Typed/Settings/Schemas/SettingsItem.php 80.95% 4 Missing :warning:
src/Commands/TypescriptableCommand.php 70.00% 3 Missing :warning:
src/Typed/Eloquent/EloquentType.php 71.42% 2 Missing :warning:
src/Typed/Route/Printer/PrinterRouteTypes.php 96.55% 2 Missing :warning:
src/Typed/Route/RouteConfig.php 90.90% 1 Missing :warning:
src/Typed/Utils/TypescriptableUtils.php 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ============================================ + Coverage 93.98% 93.99% +0.01% + Complexity 487 485 -2 ============================================ Files 42 45 +3 Lines 1894 1848 -46 ============================================ - Hits 1780 1737 -43 + Misses 114 111 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.