Skip to content

Commit 294d653

Browse files
committed
chore(frontend): update karma-coverage-istanbul-reporter
1 parent 2967486 commit 294d653

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function (config) {
2121
'text/x-typescript': ['ts', 'tsx']
2222
},
2323
coverageIstanbulReporter: {
24-
reports: ['html', 'lcovonly'],
24+
reports: ['html', 'text-summary', 'lcovonly'],
2525
fixWebpackSourcePaths: true
2626
},
2727
angularCli: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"karma": "1.4.1",
5656
"karma-chrome-launcher": "2.0.0",
5757
"karma-cli": "1.0.1",
58-
"karma-coverage-istanbul-reporter": "0.2.0",
58+
"karma-coverage-istanbul-reporter": "0.2.2",
5959
"karma-jasmine": "1.1.0",
6060
"protractor": "5.1.1",
6161
"rimraf": "2.5.4",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3201,9 +3201,9 @@ karma-cli@1.0.1:
32013201
dependencies:
32023202
resolve "^1.1.6"
32033203

3204-
karma-coverage-istanbul-reporter@0.2.0:
3205-
version "0.2.0"
3206-
resolved "https://registry.yarnpkg.com/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-0.2.0.tgz#5766263338adeb0026f7e4ac7a89a5f056c5642c"
3204+
karma-coverage-istanbul-reporter@^0.2.2:
3205+
version "0.2.2"
3206+
resolved "https://registry.yarnpkg.com/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-0.2.2.tgz#d17bb802db4287d3b6a8ef4f10d79c318536e0c4"
32073207
dependencies:
32083208
istanbul-api "^1.1.1"
32093209

0 commit comments

Comments
 (0)