https://github.com/bafs/psalm-typecov
Type coverage report for psalm
https://github.com/bafs/psalm-typecov
psalm-plugin
Last synced: about 2 months ago
JSON representation
Type coverage report for psalm
- Host: GitHub
- URL: https://github.com/bafs/psalm-typecov
- Owner: BafS
- License: mit
- Created: 2022-12-27T22:29:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:28:13.000Z (4 months ago)
- Last Synced: 2025-04-10T22:45:14.192Z (about 2 months ago)
- Topics: psalm-plugin
- Language: PHP
- Homepage: https://packagist.org/packages/bafs/psalm-plugin-typecov
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Psalm-Typecov plugin
Experimental Psalm plugin to have type coverage information
## Install
```
composer req --dev bafs/psalm-plugin-typecov
```Register the plugin in psalm.xml:
```xml
```You can run psalm (typically `./vendor/bin/psalm`) and the report will get generated on the fly.
Note: If you want to always scan all the files, you need to use the `--no-cache` flag.
## Screenshoot