From 23dfcf1bb3ed0703ca9b8e8be7596d70ee4ed144 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 23 Sep 2015 14:16:35 -0400 Subject: [PATCH] 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. --- scripts/generic-ci-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generic-ci-tests.sh b/scripts/generic-ci-tests.sh index f072c48fd6..bf71d64aa8 100755 --- a/scripts/generic-ci-tests.sh +++ b/scripts/generic-ci-tests.sh @@ -112,6 +112,7 @@ END "js-unit") paver test_js --coverage + paver diff_coverage ;; "commonlib-js-unit")