diff --git a/wct.conf.json b/wct.conf.json index 169ca0c..727c8cf 100644 --- a/wct.conf.json +++ b/wct.conf.json @@ -49,7 +49,6 @@ ] }, "@advanced-rest-client/wct-istanbub": { - "disabled": true, "dir": "./coverage", "reporters": [ "text-summary", @@ -67,7 +66,7 @@ "global": { "statements": 80, "branches": 80, - "functions": 90, + "functions": 86, "lines": 80 } }