We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a5b15 commit c2a2570Copy full SHA for c2a2570
README.md
@@ -56,7 +56,7 @@ php artisan test --gql-coverage --schema-command="php artisan lighthouse:print-s
56
### Excluding nodes from total coverage
57
58
By default, all nodes will be included when calculating coverage. However, if you have nodes such as the built-in
59
-Lighthouse pagination types that you do not want to be covered, you can disable these from your Pest configuration.
+Lighthouse pagination types that you do not want to be covered, you can configure ignored fields from your `Pest.php` configuration file.
60
61
```php
62
<?php
0 commit comments