yakkadev/Jest Summary Reader
Parser for coverage-summary file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| format | Extension of your coverage-summary file. | no | json |
| path | Path to your coverage-summary file. | yes | coverage-summary.json |
Outputs
| name | description |
|---|---|
| average | Average percentage among all categories. |
| functions | The percentage value among all covered functions. |
| lines | The percentage value among all covered rows. |
| statements | The percentage value among all covered statements. |
| branches | The percentage value among all covered branches. |