Skip to content

Merge pull request #170 from jenkinsci/quality-monitor

Sign in for the full log view
GitHub Actions / Quality Monitor succeeded Jun 6, 2024 in 0s

Quality Monitor

   🚦   Tests: 100 % successful (✔️ 270 passed)
   〰️   Line Coverage: 82% (495 missed lines)
   ➰   Branch Coverage: 76% (191 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 17 warnings (0 error, 4 high, 13 normal, 0 low)
   SpotBugs   SpotBugs: No warnings

Created by Quality Monitor v1.9.0 (#00b9b1a)

Details

☀️   Quality Monitor

🚦   Tests

Name Reports Passed Skipped Failed Total
Tests 38 270 0 0 270

❗   Style

Name Reports Errors High Normal Low Total
CheckStyle 4 0 0 0 0 0
PMD 6 0 4 13 0 17
Total 10 0 4 13 0 17

🐛   Bugs

Name Reports Errors High Normal Low Total
SpotBugs 2 0 0 0 0 0

👣   Code Coverage

Code Coverage: 79%

Name Covered % Missed %
Line Coverage 82 18
Branch Coverage 76 24
Total Ø 79 21

🔬 Mutation Coverage Score: not enabled

Annotations

Check warning on line 223 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageReport.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Tab': 'values' is already in scope.

Check warning on line 37 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 38 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 39 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 41 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 60 in ui-tests/src/main/java/io/jenkins/plugins/coverage/publisher/Adapter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: LambdaCanBeMethodReference

Lambda expression could be written as a method reference: `this.threshold::click`.

Check warning on line 75 in ui-tests/src/main/java/io/jenkins/plugins/coverage/publisher/Adapter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: LambdaCanBeMethodReference

Lambda expression could be written as a method reference: `this.threshold::click`.

Check warning on line 58 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 65 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageTreeAfterSomeBuildsWithReports' is already in scope.

Check warning on line 68 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageOverviewAfterSomeBuildsWithReports' is already in scope.

Check warning on line 83 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableNumberOfMaxEntries' is already in scope.

Check warning on line 86 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageTreeAfterOneBuildWithReport' is already in scope.

Check warning on line 89 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageOverviewAfterOneBuildWithReport' is already in scope.

Check warning on line 104 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 110 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 116 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 25 in ui-tests/src/test/java/io/jenkins/plugins/coverage/MainPanelTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'MainPanelTest': 'verifyTrendChartWithTwoReports' is already in scope.

Check warning on line 71 in io/jenkins/plugins/coverage/metrics/charts/TreeMapNodeConverter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 71 is not covered by tests

Check warning on line 85 in io/jenkins/plugins/coverage/metrics/charts/TreeMapNodeConverter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 82-85 are not covered by tests

Check warning on line 145 in io/jenkins/plugins/coverage/metrics/charts/TreeMapNodeConverter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 124-145 are not covered by tests

Check warning on line 108 in io/jenkins/plugins/coverage/metrics/source/SourceCodePainter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 107-108 are not covered by tests

Check warning on line 177 in io/jenkins/plugins/coverage/metrics/source/SourceCodePainter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 172-177 are not covered by tests

Check warning on line 185 in io/jenkins/plugins/coverage/metrics/source/SourceCodePainter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 185 is not covered by tests

Check warning on line 194 in io/jenkins/plugins/coverage/metrics/source/SourceCodePainter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 194 is not covered by tests

Check warning on line 220 in io/jenkins/plugins/coverage/metrics/source/SourceCodePainter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 201-220 are not covered by tests