code-coverage
code-coverage copied to clipboard
Instrumenting Unit Testing Coverage for Angular
Instrumenting unit test coverage didn't work for me with babel-plugin-istanbul. Can you provide an example of how to instrument unit tests and at the same time to have coverage for both unit + e2e
this worked for me https://github.com/skylock/cypress-angular-coverage-example/issues/6 (i am only using e2e though, no cypress unittests)