code-coverage icon indicating copy to clipboard operation
code-coverage copied to clipboard

Stripping spec coverage should be a configurable option

Open bahmutov opened this issue 6 years ago • 1 comments

As asked in #52 the user wants to have spec file coverage in the report. Right now we strip this information, leaving code coverage for application source code only (see https://github.com/cypress-io/code-coverage/blob/master/support.js#L63). Make it into a configurable option.

bahmutov avatar Jul 26 '19 13:07 bahmutov

It would be very useful to get coverage reports for step files. IDE integrations make it very easy to determine when step implementations for [Given, When, Then and End] are missing but the converse isn't true and for larger projects it's possible end end up with deprecated or duplicate step implementations.

For Example

cmelion avatar May 30 '22 14:05 cmelion