From 0ae94e3ed692e307325577ef84084261b61395a0 Mon Sep 17 00:00:00 2001 From: Jesse Bye Date: Thu, 25 Feb 2021 14:05:45 -0800 Subject: [PATCH] Default to 0% if no coverage is reported --- .../sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx b/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx index 12ed5b3bf4..dfd4f7f0fd 100644 --- a/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx +++ b/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx @@ -232,7 +232,7 @@ export const SonarQubeCard = ({ link={value.getComponentMeasuresUrl('COVERAGE')} title="Coverage" leftSlot={} - rightSlot={} + rightSlot={} />