An open API service indexing awesome lists of open source software.

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

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