phorus-group/Gradle Test Action

A GitHub Action to test a gradle project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
java-versionJava version to useno21
java-distributionJava distribution to usenotemurin
commandsThe gradle commands to runnocheck
jacoco-csv-locationLocation of Jacoco CSV reportno./build/reports/jacoco/test/jacocoTestReport.csv
jacoco-xml-locationLocation of Jacoco XML reportno./build/reports/jacoco/test/jacocoTestReport.xml
artifact-suffixArtifact suffix, useful if you run this action multiple timesnounit
codecov-tokenCodecov token for private repos. Public repos can leave this empty.no""
registry-usernameUsername for the Gradle dependency registryno""
registry-passwordPassword or token for the Gradle dependency registryno""
namedescription
total-linesTotal lines to cover with tests
lines-coveredTotal lines covered with tests
coverage-percentageThe coverage percentage