Skip to content

Commit c160c79

Browse files
committed
Fix: Restoring test coverage
1 parent 4fca008 commit c160c79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wct.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
]
5050
},
5151
"@advanced-rest-client/wct-istanbub": {
52-
"disabled": true,
5352
"dir": "./coverage",
5453
"reporters": [
5554
"text-summary",
@@ -66,7 +65,7 @@
6665
"thresholds": {
6766
"global": {
6867
"statements": 80,
69-
"branches": 80,
68+
"branches": 60,
7069
"functions": 90,
7170
"lines": 80
7271
}

0 commit comments

Comments
 (0)