Clearness of console report
See original GitHub issueOn small projects the console report looks fine and it is clear where the mutations have been made. On bigger projects (200+ mutations) the report starts to get overwelming and unclear.
For example,
--- Person.cs [1/1 (100.00 %)]
[Killed] PostIncrementExpression to PostDecrementExpression mutation on line 17: 'Age++' ==> 'Age--'
looks good, but once one file has more than 10 mutations it gets hard to spot which mutation belongs to which file.
The question is, should we change the way we display our report in the console?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:18 (18 by maintainers)
Top Results From Across the Web
console: clear() method - Web APIs - MDN Web Docs - Mozilla
The console. clear() method clears the console if the console allows it. A graphical console, like those running on browsers, will allow it;...
Read more >Search Console reports - Analytics Help
The Search Console Landing Pages report lists the landing pages for your site, and includes the Acquisition, Behavior, and Conversion metrics for all...
Read more >Inconsistencies between console and webreports - Reporting
It is possible there is a cache corruption somewhere. You might try to clear your web reports cache and BES Console cache and...
Read more >How to work with the DevTools Console and Console API
There are three ways to clear the console while working on it, with various input methods. The first way is to click the...
Read more >Google Search Console Performance Report - YouTube
What is the Google Search Console performance report ? You can use the performance report to learn how your website is performing on...
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
Oops, didn’t mean to close. Reopening.
I have since changed my mind. Let’s improve the report.