quipper/test-report-observability-action

Send test reports to Datadog

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 5, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: quipper/test-report-observability-action@9d8b7b855f36f37d95bea849a5474580e47e4e1b # v0.125.0

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

namedescriptionrequireddefault
junit-xml-pathGlob pattern to the JUnit XML file(s)yes
metric-name-prefixPrefix of the name of metricsyestestreport
filter-test-file-slower-thanFilter test files slower than the threshold (in seconds)yes1
filter-test-case-slower-thanFilter test cases slower than the threshold (in seconds)yes1
failed-test-report-artifact-name-prefixThe artifact name of the failed test report for detecting the flaky testsyesfailed-test-report-${{ github.job }}-${{ strategy.job-index }}-
test-case-base-directoryBase directory to resolve the test case file pathno
enable-metricsIf false, do not send the metrics to Datadogyes${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
send-test-case-successSend succeeded test casesyesfalse
send-test-case-failureSend failed test casesyestrue
datadog-api-keyDatadog API keyno
datadog-siteDatadog siteno
sentry-dsnSentry DSN for sending the test casesno
tagsTags for Datadog and Sentry (key:value of multiline string)no

no outputs