bonajo/Pitest report
Publish the pitest report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of the check run | no | Pitest report |
| file | Pitest report file (XML, CSV) | no | **/pit-reports/mutations.xml |
| summary | The results are published as part of the workflow summary | no | true |
| annotation-types | Generate annotation for status (ALL, SURVIVED, KILLED) | no | SURVIVED |
| output | Output location of the annotations (checks, workflow) | no | checks |
| max-annotations | Limit the number of annotations that are generated (max 50) | no | 10 |
| threshold | Fail if the test-strength is below the threshold | no | 0 |
| token | GitHub Access Token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| killed | Total number of killed mutations |
| survived | Total number of survived mutations |