Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ac3dbae

Browse files
committed
upgrade jstd to 1.3.2 + improve test-coverage.sh script
1 parent cf1d365 commit ac3dbae

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

lib/jstestdriver/JsTestDriver.jar

10.8 KB
Binary file not shown.

lib/jstestdriver/coverage.jar

97 Bytes
Binary file not shown.

lib/jstestdriver/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.3.2

test-coverage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ if [[ $tests = "" ]]; then
55
fi
66

77
java -Xmx1g -jar lib/jstestdriver/JsTestDriver.jar --config jsTestDriver-coverage.conf --testOutput=tmp/lcov --tests "$tests"
8+
genhtml -o tmp/coverage-html/ tmp/lcov/jsTestDriver.conf-coverage.dat
9+
echo "done! check out tmp/coverage-html/index.html"

0 commit comments

Comments
 (0)