From 914966a3479abfb74688a94dc8255e92b603021f Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Wed, 9 Feb 2022 15:55:15 +0000 Subject: [PATCH] Update ci-frontend-metrics.sh (#45161) --- scripts/ci-frontend-metrics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-frontend-metrics.sh b/scripts/ci-frontend-metrics.sh index b24a37762f3..e485ae2bbd4 100755 --- a/scripts/ci-frontend-metrics.sh +++ b/scripts/ci-frontend-metrics.sh @@ -48,6 +48,6 @@ echo "Metrics: { \"grafana.ci-code.legacyForms\": \"${LEGACY_FORMS}\", \"grafana.ci-code.strictLint.noExplicitAny\": \"${STRICT_LINT_EXPLICIT_ANY}\", \"grafana.ci-code.bundleFolderSize\": \"${TOTAL_BUNDLE}\", - \"grafana.ci-code.dependencies.outdated\": \"${OUTDATED_DEPENDENCIES}\" + \"grafana.ci-code.dependencies.outdated\": \"${OUTDATED_DEPENDENCIES}\", \"grafana.ci-code.enzymeTests\": \"${ENZYME_TEST_COUNT}\" }"