Skip to content

Use single file when uploading to CodeCov.

Sign in for the full log view
GitHub Actions / Quality Monitor failed Nov 11, 2024 in 0s

Quality Monitor

Partial score: 0/0

🚧 The grading has been aborted due to an error.

Exception

edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
	at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
	at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)

Error Messages

Quality Monitor Errors:
An error occurred while grading
edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
	at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
	at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)

Information Messages

--------------------------------------------------------------------------------
                    Start Quality Monitor 1.13.0 (#d2d7e89)                     
--------------------------------------------------------------------------------
No configuration provided (environment variable CONFIG not set), using default configuration
================================================================================
Processing 1 test configuration(s)
Tests Configuration:
{
  "id" : "tests",
  "name" : "Tests",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "test",
    "name" : "Tests",
    "icon" : "",
    "pattern" : "**/target/*-reports/TEST*.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "Tests"
  } ],
  "failureImpact" : 0,
  "passedImpact" : 0,
  "skippedImpact" : 0,
  "successRateImpact" : 0,
  "failureRateImpact" : 0
}
Searching for Tests results matching file name pattern **/target/*-reports/TEST*.xml
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.InjectedTest.xml: TESTS: 31
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.CoverageApiITest.xml: TESTS: 3
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.source.DockerAgentSourceCodeITest.xml: TESTS: 6
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.source.LocalAgentSourceCodeITest.xml: TESTS: 6
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.xml: TESTS: 63
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageTokenMacroITest.xml: TESTS: 1
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageXmlStreamITest.xml: TESTS: 9
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.DeltaComputationITest.xml: TESTS: 3
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.GitForensicsITest.xml: TESTS: 9
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.JobDslITest.xml: TESTS: 2
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.QualityGateITest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.PackageArchitectureTest.xml: TESTS: 1
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.PluginArchitectureTest.xml: TESTS: 14
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.charts.CoverageSeriesBuilderTest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.charts.TreeMapNodeConverterTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.ColorProviderFactoryTest.xml: TESTS: 4
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.ColorProviderTest.xml: TESTS: 8
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageChangeLevelTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageChangeTendencyTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageColorJenkinsIdTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageLevelTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.model.ElementFormatterTest.xml: TESTS: 25
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.FileWithModifiedLinesTest.xml: TESTS: 1
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.ModifiedLinesBlockTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.ModifiedLinesCoverageApiTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.CoverageSourcePrinterTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.MutationSourcePrinterTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.SourceCodeFacadeTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CodeDeltaCalculatorTest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageBuildActionTest.xml: TESTS: 6
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageChecksPublisherTest.xml: TESTS: 20
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageJobActionTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageMetricColumnTest.xml: TESTS: 9
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageQualityGateEvaluatorTest.xml: TESTS: 24
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageTokenMacroTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageViewModelTest.xml: TESTS: 4
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.FileChangesProcessorTest.xml: TESTS: 3
-> Tests Total: TESTS: 300
-> Tests Total: TESTS: 300 tests
=> Tests: 300 tests passed
=> Tests: 300 tests passed
================================================================================
Processing 2 coverage configuration(s)
Code Coverage Configuration:
{
  "id" : "coverage",
  "name" : "Code Coverage",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "jacoco",
    "name" : "Line Coverage",
    "icon" : "",
    "pattern" : "**/target/site/jacoco/jacoco.xml",
    "sourcePath" : "src/main/java",
    "metric" : "line",
    "displayName" : "Line Coverage"
  }, {
    "id" : "jacoco",
    "name" : "Branch Coverage",
    "icon" : "",
    "pattern" : "**/target/site/jacoco/jacoco.xml",
    "sourcePath" : "src/main/java",
    "metric" : "branch",
    "displayName" : "Branch Coverage"
  } ],
  "coveredPercentageImpact" : 0,
  "missedPercentageImpact" : 0,
  "mutationCoverage" : false
}
Searching for Line Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- plugin/target/site/jacoco/jacoco.xml: LINE: 79.66% (2397/3009)
-> Line Coverage Total: LINE: 79.66% (2397/3009)
=> Line Coverage: 80% (612 missed lines)
Searching for Branch Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- plugin/target/site/jacoco/jacoco.xml: BRANCH: 69.43% (629/906)
-> Branch Coverage Total: BRANCH: 69.43% (629/906)
=> Branch Coverage: 69% (277 missed branches)
=> Code Coverage: 74% (889 missed items)
Mutation Coverage Configuration:
{
  "id" : "coverage",
  "name" : "Mutation Coverage",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "pit",
    "name" : "Mutation Coverage",
    "icon" : "",
    "pattern" : "**/target/pit-reports/mutations.xml",
    "sourcePath" : "src/main/java",
    "metric" : "mutation",
    "displayName" : "Mutation Coverage"
  } ],
  "coveredPercentageImpact" : 0,
  "missedPercentageImpact" : 0,
  "mutationCoverage" : true
}
Searching for Mutation Coverage results matching file name pattern **/target/pit-reports/mutations.xml
- plugin/target/pit-reports/mutations.xml: MUTATION: 46.19% (812/1758)
-> Mutation Coverage Total: MUTATION: 46.19% (812/1758)
=> Mutation Coverage: 46% (946 survived mutations)
=> Mutation Coverage: 46% (946 survived mutations)
================================================================================
Processing 2 static analysis configuration(s)
Style Configuration:
{
  "id" : "style",
  "name" : "Style",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "checkstyle",
    "name" : "CheckStyle",
    "icon" : "",
    "pattern" : "**/target/**checkstyle-result.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "CheckStyle"
  }, {
    "id" : "pmd",
    "name" : "PMD",
    "icon" : "",
    "pattern" : "**/target/**pmd.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "PMD"
  } ],
  "errorImpact" : 0,
  "highImpact" : 0,
  "normalImpact" : 0,
  "lowImpact" : 0
}
Searching for CheckStyle results matching file name pattern **/target/**checkstyle-result.xml
- plugin/target/checkstyle-java/checkstyle-result.xml: 0 warnings
- plugin/target/checkstyle-tests/checkstyle-result.xml: 0 warnings
- ui-tests/target/checkstyle-java/checkstyle-result.xml: 0 warnings
- ui-tests/target/checkstyle-tests/checkstyle-result.xml: 0 warnings
-> CheckStyle Total: 0 warnings
=> CheckStyle: No warnings
Searching for PMD results matching file name pattern **/target/**pmd.xml
- plugin/target/pmd-java/pmd.xml: 0 warnings
- plugin/target/pmd-javascript/pmd.xml: 0 warnings
- plugin/target/pmd-tests/pmd.xml: 0 warnings
================================================================================
================================================================================

Created by Quality Monitor v1.13.0 (#d2d7e89)

Details

Partial score: 0/0

🚧 The grading has been aborted due to an error.

Exception

edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
	at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
	at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)

Error Messages

Quality Monitor Errors:
An error occurred while grading
edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
	at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
	at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
	at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)

Information Messages

--------------------------------------------------------------------------------
                    Start Quality Monitor 1.13.0 (#d2d7e89)                     
--------------------------------------------------------------------------------
No configuration provided (environment variable CONFIG not set), using default configuration
================================================================================
Processing 1 test configuration(s)
Tests Configuration:
{
  "id" : "tests",
  "name" : "Tests",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "test",
    "name" : "Tests",
    "icon" : "",
    "pattern" : "**/target/*-reports/TEST*.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "Tests"
  } ],
  "failureImpact" : 0,
  "passedImpact" : 0,
  "skippedImpact" : 0,
  "successRateImpact" : 0,
  "failureRateImpact" : 0
}
Searching for Tests results matching file name pattern **/target/*-reports/TEST*.xml
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.InjectedTest.xml: TESTS: 31
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.CoverageApiITest.xml: TESTS: 3
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.source.DockerAgentSourceCodeITest.xml: TESTS: 6
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.source.LocalAgentSourceCodeITest.xml: TESTS: 6
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.xml: TESTS: 63
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageTokenMacroITest.xml: TESTS: 1
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageXmlStreamITest.xml: TESTS: 9
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.DeltaComputationITest.xml: TESTS: 3
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.GitForensicsITest.xml: TESTS: 9
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.JobDslITest.xml: TESTS: 2
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.QualityGateITest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.PackageArchitectureTest.xml: TESTS: 1
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.PluginArchitectureTest.xml: TESTS: 14
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.charts.CoverageSeriesBuilderTest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.charts.TreeMapNodeConverterTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.ColorProviderFactoryTest.xml: TESTS: 4
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.ColorProviderTest.xml: TESTS: 8
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageChangeLevelTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageChangeTendencyTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageColorJenkinsIdTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageLevelTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.model.ElementFormatterTest.xml: TESTS: 25
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.FileWithModifiedLinesTest.xml: TESTS: 1
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.ModifiedLinesBlockTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.ModifiedLinesCoverageApiTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.CoverageSourcePrinterTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.MutationSourcePrinterTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.SourceCodeFacadeTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CodeDeltaCalculatorTest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageBuildActionTest.xml: TESTS: 6
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageChecksPublisherTest.xml: TESTS: 20
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageJobActionTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageMetricColumnTest.xml: TESTS: 9
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageQualityGateEvaluatorTest.xml: TESTS: 24
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageTokenMacroTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageViewModelTest.xml: TESTS: 4
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.FileChangesProcessorTest.xml: TESTS: 3
-> Tests Total: TESTS: 300
-> Tests Total: TESTS: 300 tests
=> Tests: 300 tests passed
=> Tests: 300 tests passed
================================================================================
Processing 2 coverage configuration(s)
Code Coverage Configuration:
{
  "id" : "coverage",
  "name" : "Code Coverage",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "jacoco",
    "name" : "Line Coverage",
    "icon" : "",
    "pattern" : "**/target/site/jacoco/jacoco.xml",
    "sourcePath" : "src/main/java",
    "metric" : "line",
    "displayName" : "Line Coverage"
  }, {
    "id" : "jacoco",
    "name" : "Branch Coverage",
    "icon" : "",
    "pattern" : "**/target/site/jacoco/jacoco.xml",
    "sourcePath" : "src/main/java",
    "metric" : "branch",
    "displayName" : "Branch Coverage"
  } ],
  "coveredPercentageImpact" : 0,
  "missedPercentageImpact" : 0,
  "mutationCoverage" : false
}
Searching for Line Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- plugin/target/site/jacoco/jacoco.xml: LINE: 79.66% (2397/3009)
-> Line Coverage Total: LINE: 79.66% (2397/3009)
=> Line Coverage: 80% (612 missed lines)
Searching for Branch Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- plugin/target/site/jacoco/jacoco.xml: BRANCH: 69.43% (629/906)
-> Branch Coverage Total: BRANCH: 69.43% (629/906)
=> Branch Coverage: 69% (277 missed branches)
=> Code Coverage: 74% (889 missed items)
Mutation Coverage Configuration:
{
  "id" : "coverage",
  "name" : "Mutation Coverage",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "pit",
    "name" : "Mutation Coverage",
    "icon" : "",
    "pattern" : "**/target/pit-reports/mutations.xml",
    "sourcePath" : "src/main/java",
    "metric" : "mutation",
    "displayName" : "Mutation Coverage"
  } ],
  "coveredPercentageImpact" : 0,
  "missedPercentageImpact" : 0,
  "mutationCoverage" : true
}
Searching for Mutation Coverage results matching file name pattern **/target/pit-reports/mutations.xml
- plugin/target/pit-reports/mutations.xml: MUTATION: 46.19% (812/1758)
-> Mutation Coverage Total: MUTATION: 46.19% (812/1758)
=> Mutation Coverage: 46% (946 survived mutations)
=> Mutation Coverage: 46% (946 survived mutations)
================================================================================
Processing 2 static analysis configuration(s)
Style Configuration:
{
  "id" : "style",
  "name" : "Style",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "checkstyle",
    "name" : "CheckStyle",
    "icon" : "",
    "pattern" : "**/target/**checkstyle-result.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "CheckStyle"
  }, {
    "id" : "pmd",
    "name" : "PMD",
    "icon" : "",
    "pattern" : "**/target/**pmd.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "PMD"
  } ],
  "errorImpact" : 0,
  "highImpact" : 0,
  "normalImpact" : 0,
  "lowImpact" : 0
}
Searching for CheckStyle results matching file name pattern **/target/**checkstyle-result.xml
- plugin/target/checkstyle-java/checkstyle-result.xml: 0 warnings
- plugin/target/checkstyle-tests/checkstyle-result.xml: 0 warnings
- ui-tests/target/checkstyle-java/checkstyle-result.xml: 0 warnings
- ui-tests/target/checkstyle-tests/checkstyle-result.xml: 0 warnings
-> CheckStyle Total: 0 warnings
=> CheckStyle: No warnings
Searching for PMD results matching file name pattern **/target/**pmd.xml
- plugin/target/pmd-java/pmd.xml: 0 warnings
- plugin/target/pmd-javascript/pmd.xml: 0 warnings
- plugin/target/pmd-tests/pmd.xml: 0 warnings
================================================================================
================================================================================

Annotations

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 112 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 111-112 are not covered by tests

Check warning on line 181 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 176-181 are not covered by tests

Check warning on line 189 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 189 is not covered by tests

Check warning on line 198 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 198 is not covered by tests

Check warning on line 227 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 205-227 are not covered by tests

Check warning on line 236 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 236 is not covered by tests

Check warning on line 245 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 241-245 are not covered by tests

Check warning on line 265 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 263-265 are not covered by tests

Check warning on line 76 in io/jenkins/plugins/coverage/metrics/source/SourceViewModel.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 19-76 are not covered by tests

Check warning on line 49 in io/jenkins/plugins/coverage/metrics/source/Messages.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 20-49 are not covered by tests

Check warning on line 468 in io/jenkins/plugins/coverage/metrics/source/VectorCastSourcePrinter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 54-468 are not covered by tests

Check warning on line 138 in io/jenkins/plugins/coverage/metrics/source/CoverageSourcePrinter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 138 is not covered by tests

Check warning on line 109 in io/jenkins/plugins/coverage/metrics/source/SourceCodeFacade.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 106-109 are not covered by tests

Check warning on line 142 in io/jenkins/plugins/coverage/metrics/source/SourceCodeFacade.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 141-142 are not covered by tests

Check warning on line 311 in io/jenkins/plugins/coverage/metrics/source/SourceCodeFacade.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 311 is not covered by tests

Check warning on line 85 in io/jenkins/plugins/coverage/metrics/steps/CoverageTool.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 84-85 are not covered by tests

Check warning on line 133 in io/jenkins/plugins/coverage/metrics/steps/CoverageTool.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 128-133 are not covered by tests

Check warning on line 198 in io/jenkins/plugins/coverage/metrics/steps/CoverageTool.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 152-198 are not covered by tests

Check warning on line 137 in io/jenkins/plugins/coverage/metrics/steps/CoverageQualityGate.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 120-137 are not covered by tests

Check warning on line 210 in io/jenkins/plugins/coverage/metrics/steps/CoverageChecksPublisher.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 210 is not covered by tests

Check warning on line 231 in io/jenkins/plugins/coverage/metrics/steps/CoverageChecksPublisher.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 227-231 are not covered by tests

Check warning on line 238 in io/jenkins/plugins/coverage/metrics/steps/CoverageChecksPublisher.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 238 is not covered by tests