wct-istanbub
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -110,2 +110,4 @@ var _ = require('lodash'); | ||
blacklist = blacklist.concat(options.exclude); | ||
} else { | ||
blacklist = blacklist.concat(['**/test/**']); | ||
} | ||
@@ -112,0 +114,0 @@ var whitelist = options.include.map(x => basepath + x); |
{ | ||
"name": "wct-istanbub", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Instanbul coverage reporting for projects being tested by web-component-tester", | ||
@@ -5,0 +5,0 @@ "main": "lib/plugin.js", |
@@ -32,7 +32,6 @@ WCT-istanbub | ||
include: [ | ||
"**/*.js" | ||
"**/*.html" | ||
], | ||
exclude: [ | ||
"/polymer/polymer.html", | ||
"/platform/platform.html" | ||
"**/test/**", | ||
] | ||
@@ -65,2 +64,5 @@ } | ||
By default the '**/test/**' is excluded as istanbub crashes on some of the test tooling used by most projects | ||
and testing the coverage of your test files is not really useful. | ||
## Coverage Thresholds | ||
@@ -94,4 +96,3 @@ | ||
exclude: [ | ||
"/polymer/polymer.html", | ||
"/platform/platform.html" | ||
"**/test/** | ||
], | ||
@@ -98,0 +99,0 @@ thresholds: { |
10813
207
105