phorus-group/Gradle Build Action
A GitHub Action to build and (optionally) test a gradle project
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 |
| build-and-test | Set to true to run build with tests included | no | false |
| jacoco-csv-location | Location of Jacoco CSV report | no | ./build/reports/jacoco/test/jacocoTestReport.csv |
| jacoco-xml-location | Location of Jacoco XML report | no | ./build/reports/jacoco/test/jacocoTestReport.xml |
| codecov-token | Codecov token for private repos. Public repos can leave this empty. | no | "" |
| registry-username | Username for the Gradle dependency registry | no | "" |
| registry-password | Password or token for the Gradle dependency registry | no | "" |
Outputs
| name | description |
|---|---|
| total-lines | Total lines to cover with tests |
| lines-covered | Total lines covered with tests |
| coverage-percentage | The coverage percentage |