|
|
@ -48,6 +48,6 @@ echo "Metrics: { |
|
|
|
\"grafana.ci-code.legacyForms\": \"${LEGACY_FORMS}\", |
|
|
|
\"grafana.ci-code.legacyForms\": \"${LEGACY_FORMS}\", |
|
|
|
\"grafana.ci-code.strictLint.noExplicitAny\": \"${STRICT_LINT_EXPLICIT_ANY}\", |
|
|
|
\"grafana.ci-code.strictLint.noExplicitAny\": \"${STRICT_LINT_EXPLICIT_ANY}\", |
|
|
|
\"grafana.ci-code.bundleFolderSize\": \"${TOTAL_BUNDLE}\", |
|
|
|
\"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}\" |
|
|
|
\"grafana.ci-code.enzymeTests\": \"${ENZYME_TEST_COUNT}\" |
|
|
|
}" |
|
|
|
}" |
|
|
|