levonet/clover-diff-action
Calculate the difference between the two coverage reports
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| filename-base | The filename of the XML report with which it is compared | yes | — |
| filename-head | The filename of the XML report being compared | yes | — |
Outputs
| name | description |
|---|---|
| diff-coverage | Coverage difference between reports |
| diff-coverage-short | Human readable coverage difference between reports |
| diff-source-elements | Difference of source elements |
| diff-source-coveredelements | Difference of source covered elements |
| base-coverage | Coverage from base file report |
| base-source-elements | Code elements of source code from base file report |
| base-source-coveredelements | Covered elements of source code from base file report |
| head-coverage | Coverage from head file report |
| head-source-elements | Code elements of source code from head file report |
| head-source-coveredelements | Covered elements of source code from head file report |
| head-test-elements | Code elements of tests from head file report |
| head-test-testruns | Test runs from head file report |
| head-test-testpasses | Test passes from head file report |
| head-test-testfailures | Test failures from head file report |
| head-test-testduration | Test duration in milliseconds (ms) from head file report |