Kieran

Results 2 comments of Kieran

@Beakerboy Hello, I met the same problem as you, I used nyc to test a project with Angular 11, only some branches coverage is 100, all lines coverage is 0....

My `.nycrc` is: ``` { "extends": "@istanbuljs/nyc-config-typescript", "all": true } ```