phorus-group/Gradle Merge Reports Action

A GitHub Action to merge test reports with a pre-existing gradle function

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 runnojacocoMergeReports
xml-locationLocation of Jacoco XML reportno./build/reports/jacoco/jacocoMergeReports/jacocoMergeReports.xml
csv-locationLocation of Jacoco CSV reportno./build/reports/jacoco/jacocoMergeReports/jacocoMergeReports.csv
test-artifact-1First test artifact to downloadnogradle-tests-unit
test-artifact-2Second test artifact to downloadnogradle-tests-integration
codecov-tokenCodecov token for private repos. Public repos can leave this empty.no""
namedescription
total-linesTotal lines to cover with tests
lines-coveredTotal lines covered with tests
coverage-percentageThe coverage percentage