Code coverage page not showing icons
See original GitHub issueRequired 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:
- Created 3 years ago
- Reactions:3
- Comments:25 (10 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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