mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
upgrade jstd to 1.3.2 + improve test-coverage.sh script
This commit is contained in:
parent
cf1d365f57
commit
ac3dbae370
4 changed files with 3 additions and 0 deletions
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue