From ab74bb78b2433933d2d03a45a2057bdd692b0553 Mon Sep 17 00:00:00 2001 From: Uchechukwu Obasi Date: Mon, 23 Aug 2021 10:36:39 +0100 Subject: [PATCH] A11y metrics: fixes frontend script that pushes to CI Stat dashboard (#38435) --- scripts/ci-frontend-metrics.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci-frontend-metrics.sh b/scripts/ci-frontend-metrics.sh index c2d3fe60a33..3ee5e5328f4 100755 --- a/scripts/ci-frontend-metrics.sh +++ b/scripts/ci-frontend-metrics.sh @@ -35,6 +35,7 @@ echo -e "High vulnerabilities: $HIGH_VULNERABILITIES" echo "Metrics: { \"grafana.ci-code.strictErrors\": \"${ERROR_COUNT}\", + \"grafana.ci-code.accessibilityErrors\": \"${ACCESSIBILITY_ERRORS}\", \"grafana.ci-code.directives\": \"${DIRECTIVES}\", \"grafana.ci-code.controllers\": \"${CONTROLLERS}\", \"grafana.ci-code.grafana-ui.stories\": \"${STORIES_COUNT}\",