Build Metrics WidgetWidget to show the different Maven build metrics like Checkstyle, PMD, FindBugs, SonarQube and Jacoco, on the dashboard. Quick steps to get started
Different Metrics optionsMetrics are pulled from the latest build happened on the selected Maven Build Definition. SonarQubeSonarQube metrics are pulled from data published to Build from "Publish Quality Gate Result Task" created by SonarSource. JacocoJacoco metrics are pulled from data published to Build when Code Coverage options are configured in the build definition. Check Maven Build Task for more details. PMDPMD metrics are pulled from data published to Build when Run PMD is configured in the build definition. Check Maven Build Task for more details. FindBugsFindBugs metrics are pulled from data published to Build when Run FindBugs is configured in the build definition. Check Maven Build Task for more details. CheckstyleCheckstyle metrics are pulled from data published to Build when Run Checkstyle is configured in the build definition. Check Maven Build Task for more details. Code Analysisit is is combined report of Checkstyle, PMD and FindBugs. Known issue(s)
Minimum supported environmentTested with Azure DevOps. However, it should work with TFS Update 3. Please try and provide the feedback. FeedbackPlease provide feedback or log any issues on the website issues. |