Closed mrdgo closed 2 years ago
karma.conf.js:
karma.conf.js
karmaTypescriptConfig: { bundlerOptions: { entrypoints: /\.spec\.ts$/, transforms: [ require("karma-typescript-angular2-transform") ], compilerOptions: { lib: ["ES2015", "DOM"] }, reports: { lcovonly: { directory: 'coverage', subdirectory: '.', filename: 'lcov.info' }, } } },
the file coverage/lcov.info is not created. Though the coverage report in html for the respective browser is there.
coverage/lcov.info
Versions:
karma-typescript
typescript
karma
karma-coverage
jasmine
angular
karma.conf.js
:the file
coverage/lcov.info
is not created. Though the coverage report in html for the respective browser is there.Versions:
karma-typescript
: 5.5.2typescript
: 4.5.2karma
: 6.3.9karma-coverage
: 2.0.3jasmine
: 3.10.0angular
: 11.2.9