phorus-group/Gradle Test Action
A GitHub Action to 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 |
| commands | The gradle commands to run | no | check |
| 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 |
| artifact-suffix | Artifact suffix, useful if you run this action multiple times | no | unit |
| 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 |