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.
This commit is contained in:
Ben Patterson
2015-09-23 14:16:35 -04:00
parent b7a432c2eb
commit 23dfcf1bb3

View File

@@ -112,6 +112,7 @@ END
"js-unit")
paver test_js --coverage
paver diff_coverage
;;
"commonlib-js-unit")