azure-pipelines-tasks: Code coverage page not showing icons

codecoverage

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Bug

Enter Task Name: Code coverage page not showing icons

Environment

  • Server - Azure Pipelines or TFS on-premises? Azire Pipelines

  • Agent - Hosted or Private: Hosted

Issue Description

Code coverage page is not able to load the icons.

Here is the task to create code coverage

  - task: Maven@3
        displayName: Maven Build
        inputs:
          mavenPomFile: '$(System.DefaultWorkingDirectory)/$(SourceDirectory)/pom.xml'
          goals: 'package'
          testResultsFiles: '**/surefire-reports/TEST-*.xml'
          publishJUnitResults: true
          codeCoverageToolOption: JaCoCo
          codeCoverageClassFilesDirectories: $(SourceDirectory)/target/classes,$(SourceDirectory)/target/test-classes
          codeCoverageSourceDirectories: $(SourceDirectory)/src/main/java,$(SourceDirectory)/src/test

Error logs

Attached is the screenshot of error.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 3
  • Comments: 29 (12 by maintainers)

Commits related to this issue

Most upvoted comments

Hi @vovikdrg, @hhovhann! The fix was merged. Related changes will be included in the next release. We will update this ticket once deployment would be complete.

@vovikdrg we’ll get back to you in a few days.

cc: @phanikmmsft @ganesp