Commit bb3a281a by Christine Lytwynec

generate diff-coverage report in JS jenkins build

parent ea183283
......@@ -120,7 +120,11 @@ END
;;
"js-unit")
paver test_js --coverage
# Runs js tests under coverage. If the tests fail or error, then this
# will exit the script without running coverage. If the tests pass,
# then it will proceed and generate the diff-coverage reports for js.
paver test_js --coverage || exit 1
paver diff_coverage
;;
"commonlib-js-unit")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment