launchableinc/Record build and test results action

Launchable action for recording build and test results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 12, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: launchableinc/record-build-and-test-results-action@83cb9dd8eea49579164c1ad2e3b1a7e0688f8325 # v1.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
build_nameThe build name. Default GitHub SHA.no$GITHUB_SHA
max_daysThe maximum number of days to collect commits retroactively. Default 30.no30
no_submodulesStop collecting build information from Git Submodules. Default False.nofalse
no_buildSend test session without recording build. Default False.nofalse
python_versionPython version >= 3.5 <=3.10. Default 3.10no3.10
report_pathThe test report file path. Default ...yes.
source_pathPath to a local Git repository/workspace. Default current directory.no.
test_runnertest runner nameyes
test_session_nameThe test session name for `--session-name` option of record session command. test-session name value This value needs to be globally uniqueno""
flavorsThe flavors for `--flavor` option of record session commandno""
test_suiteSets a test suite name for seeing and comparing the different test sessions. e.g. e2e-test, integration-test, etcno""

no outputs