Commit 23dfcf1b by Ben Patterson

TE-1042 include diff-cover for js.

Note that because js testing occurs on a different CI job than python
unit testing, files will not be clobbered by this change. The python unit
testing job also creates the same-named report through the diff_coverage
task.
parent b7a432c2
...@@ -112,6 +112,7 @@ END ...@@ -112,6 +112,7 @@ END
"js-unit") "js-unit")
paver test_js --coverage paver test_js --coverage
paver diff_coverage
;; ;;
"commonlib-js-unit") "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