Tests: Update karma.conf.js
This commit is contained in:
parent
1b56fe2ab7
commit
4c308f5b33
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module.exports = (config) => {
|
|||
|
||||
coverageIstanbulReporter: {
|
||||
// reports can be any that are listed here: https://github.com/istanbuljs/istanbuljs/tree/aae256fb8b9a3d19414dcf069c592e88712c32c6/packages/istanbul-reports/lib
|
||||
reports: ["lcovonly", "text-summary"],
|
||||
reports: ["lcov", "text-summary"],
|
||||
|
||||
// base output directory. If you include %browser% in the path it will be replaced with the karma browser name
|
||||
dir: path.join(__dirname, "coverage"),
|
||||
|
|
Loading…
Reference in a new issue