How to show code coverage feature in Chrome / Canary Dev Tools
I was reading with the chrome dev feature for the new code coverage feature and I am having trouble trying to enable this feature.
I know Canary resolves this without the need for an unflag, but I'm not sure where to find this feature from Chrome Devtools.
+3
source to share
2 answers
In the developer tools window that opens, you can open the command menu with Cmd + Shift + P (Mac) or Ctrl + Shift + P (Windows, Linux), start typing Coverage , and then select Show Coverage :
Alternatively, you can also select the three dots in the right corner of the developer tools window, select More tools , and then select Coverage :
+9
source to share