Expected behavior
should report coverage summary correctly
Actual behavior
always output
Statements : 100% ( 0/0 )
Branches : 100% ( 0/0 )
Functions : 100% ( 0/0 )
Lines : 100% ( 0/0 )
Enviroment Details
- Karma version (output of
karma --version): 1.1.0
- Relevant part of your
karma.config.js file
coverageReporter: {
reporters: [
{ type: 'text-summary' }, // always 100%
{ type: 'text-summary', file: 'lcov.txt' } // reported file is correct
]
}
Steps to reproduce the behaviour
1.just run
2.
3.
Expected behavior
should report coverage summary correctly
Actual behavior
always output
Enviroment Details
karma --version): 1.1.0karma.config.jsfileSteps to reproduce the behaviour
1.just run
2.
3.