vcampitelli/OpenAPI Coverage
Checks how many API routes are covered at the OpenAPI spec
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Base path for the application | yes | . |
| ignore-routes | Filter routes that match these regular expressions (one per line) | no | — |
| ignore-routes-file | Filter routes that match the regular expressions from this file (one per line) | no | — |
| spec | Filepath for the OpenAPI spec | no | — |
| debug | Whether to enable verbose output | no | false |
Outputs
| name | description |
|---|---|
| routes_discovered | How many application routes were discovered |
| endpoints_in_spec | How many endpoints were found at the OpenAPI spec |
| coverage_percentage | Coverage in percentage |