bafs / psalm-plugin-typecov
Get nice type coverage reports
Installs: 215
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:psalm-plugin
Requires
- php: >=8.0
- vimeo/psalm: ^5.0
Requires (Dev)
README
Experimental Psalm plugin to have type coverage information
Install
composer req --dev bafs/psalm-plugin-typecov
Register the plugin in psalm.xml:
<plugins> <pluginClass class="BafS\PsalmTypecov\TypeCoverage"> <htmlReport output="typecov-report.html" /> </pluginClass> </plugins>
You can run psalm (typically ./vendor/bin/psalm
) and the report will get generated on the fly.
Note: If you have issues with missing files, try using the --no-cache
flag.