Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generate routes coverage report

NotificationsYou must be signed in to change notification settings

yzen-dev/laravel-route-coverage

Repository files navigation

Packagist VersionGitHub Workflow StatusCoverageLicensePackagist DownloadsPackagist Downloads

Laravel route coverage report.

With this package you can see the percentage of test coverage of your routes. Unless of course you do it through Laravel or PHPUnit tests.

How it works?

The package will scan all your tests collecting all the http queries that are called in them. After that, it will compare the results with the routes of your application. Routes are taken only by theApp prefix to exclude vendor routes.

📜Installation

The package can be installed via composer:

composer require yzen.dev/laravel-route-coverage --dev

📜Usage

Generate report:

php artisan route:coverage

After executing the command, the result of the report will be displayed in the console in the following form:

console-all-routes

Possible options:

php artisan route:coverage --group-by-controller

In this case, all the results will be grouped by controllers, displaying how many actions there are in the controller, and how many of them are covered by tests.

console-group-by-controller

php artisan route:coverage --html

Due to the--html option, you will also receive a generated report in the html page. The report will be located in the public directorypublic/route-coverage

html-report

About

Generate routes coverage report

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp