This commit is contained in:
vitalets
2012-11-09 12:58:42 +04:00
commit ccdff0ee51
160 changed files with 83260 additions and 0 deletions

10
test/coverage Normal file
View File

@@ -0,0 +1,10 @@
C:/jscoverage-0.5.1/jscoverage --exclude=locales ../src/js/ instrumented/
cp index.html instrumented/index.html
sed -i "s/..\/src\/js\/bootstrap-editable.js/instrumented\/bootstrap-editable.js/g" instrumented/index.html
sed -i "s/<\/title>/<\/title>\n<base href=\"..\/\">/g" instrumented/index.html
echo Success!
echo To get coverage report open instrumented/jscoverage.html?index.html