mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
upgrade jstd to 1.3.2 + improve test-coverage.sh script
This commit is contained in:
Binary file not shown.
Binary file not shown.
1
lib/jstestdriver/version.txt
Normal file
1
lib/jstestdriver/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
1.3.2
|
||||
@@ -5,3 +5,5 @@ if [[ $tests = "" ]]; then
|
||||
fi
|
||||
|
||||
java -Xmx1g -jar lib/jstestdriver/JsTestDriver.jar --config jsTestDriver-coverage.conf --testOutput=tmp/lcov --tests "$tests"
|
||||
genhtml -o tmp/coverage-html/ tmp/lcov/jsTestDriver.conf-coverage.dat
|
||||
echo "done! check out tmp/coverage-html/index.html"
|
||||
|
||||
Reference in New Issue
Block a user