question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Code coverage page not showing icons

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:25 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
Kozlov-Igorcommented, Jun 1, 2022

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.

1reaction
ShreyasRmsftcommented, Oct 5, 2020

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

cc: @phanikmmsft @ganesp

Read more comments on GitHub >

github_iconTop Results From Across the Web

Live Unit Testing coverage icons not showing up on product ...
Scenario#39: ASP.NET WebForms application Live Unit Testing coverage icons not showing up on product code. Shows only on test code.
Read more >
dotCover is not showing Code Coverage – .NET Tools Support
Symptoms. The assemblies you are trying to cover are not present in the coverage report or have 0% coverage. Possible cause.
Read more >
EclEmma icon not appearing - Genuitec
Open the preferences dialog from Window > Preferences. Navigate to page General > Appearance > Label Decorators. Select “Java Code Coverage” ...
Read more >
Eclemma on Eclipse Neon (I can't find icon on toolbar)
... led me to this page. If you are using Windows 7 and Eclipse Neon, I found I could get the coverage button...
Read more >
Code coverage testing - Visual Studio (Windows)
To change the colors or to use bold face, choose Tools > Options > Environment > Fonts and Colors > Show settings for:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found