We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908821c commit a4100eeCopy full SHA for a4100ee
hooks/command
@@ -86,7 +86,7 @@ if [ $has_errors -eq 0 ]; then
86
if [[ "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_MIN_TESTS:-0}" -gt "${TOTAL_TESTS}" ]]; then
87
create_annotation=1
88
fail_build=1
89
- echo ":warning: Less than ${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_MIN_TESTS} tests run"
+ echo ":warning: Less than ${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_MIN_TESTS} tests analyzed"
90
fi
91
elif ! check_size; then
92
echo "--- :warning: Failures too large to annotate"
0 commit comments