phorus-group/Gradle Merge Reports Action
A GitHub Action to merge test reports with a pre-existing gradle function
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| java-version | Java version to use | no | 21 |
| java-distribution | Java distribution to use | no | temurin |
| commands | The gradle commands to run | no | jacocoMergeReports |
| xml-location | Location of Jacoco XML report | no | ./build/reports/jacoco/jacocoMergeReports/jacocoMergeReports.xml |
| csv-location | Location of Jacoco CSV report | no | ./build/reports/jacoco/jacocoMergeReports/jacocoMergeReports.csv |
| test-artifact-1 | First test artifact to download | no | gradle-tests-unit |
| test-artifact-2 | Second test artifact to download | no | gradle-tests-integration |
| codecov-token | Codecov token for private repos. Public repos can leave this empty. | no | "" |
Outputs
| name | description |
|---|---|
| total-lines | Total lines to cover with tests |
| lines-covered | Total lines covered with tests |
| coverage-percentage | The coverage percentage |