Code coverage report is not showing up
See original GitHub issueI had 255 test cases and 77 cases failed I had these errors, is it because of that?
Error: The 'summary' will be truncated because the character limit (65535) exceeded.
Error: The 'text' will be truncated because the character limit (65535) exceeded.
Error: Annotations that exceed the limit (50) will be truncated.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Code Coverage Not Showing In Editor - Apple Developer
I have turned on code coverage (before running my unit tests), and clicked on Editor > Show Code Coverage, but the editor does...
Read more >Troubleshooting Code Coverage - Visual Studio (Windows)
Run Analyze Code Coverage. Make sure that you have selected the most recent result set in the Code Coverage Results window.
Read more >Code Coverage and Test Results Not Showing in Build, but ...
When building and running tests against my Service Fabric project in Team Services, the reports do not get displayed.
Read more >Code Coverage is not shown up on the sonarqube Dashboard
Hi, One of the projects in my organization is not showing code coverage and we have been working to resolve this for a...
Read more >Code coverage report not displaying efter enabling Azure ...
When you use VStest task to generate the Code Coverage report, the format is .coverage file. It doesn't support to show in the...
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 FreeTop 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
Top GitHub Comments
My results did show up (although I misunderstood that it overwrites the results if you try to capture more than one xcresult bundle), however they were truncated like yours @denil-ct.
@tonyarnold do you mean you are not getting the test results at all or is it like me just cut off in the middle?