phorus-group/Yarn Test Action

An action to test

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe yarn command to runnotest
node-versionThe node version to useno22
coverage-summary-locationLocation of the coverage summaryno./test/.coverage/coverage-summary.json
coverage-report-locationLocation of the coverage report for Codecov upload. Supports cobertura XML, lcov, and other Codecov-supported formats.no./test/.coverage/cobertura-coverage.xml
junit-report-locationLocation of the junit.xml reportno./test/.coverage/junit.xml
test-labelLabel for the coverage summary, such as Unit or Integrationno""
coverage-json-locationLocation of the full istanbul coverage-final.json, used for merging across test runsno./test/.coverage/coverage-final.json
artifact-suffixArtifact suffix for uploading coverage data, such as unit or integrationno""
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