Update ci-frontend-metrics.sh (#45161)

pull/43507/head
Ashley Harrison 3 years ago committed by GitHub
parent 01b88adb3a
commit 914966a347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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}\"
}"

Loading…
Cancel
Save