From 810883c1ef3083cfeadbad36ac0a62fda42c264c Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Tue, 4 Mar 2014 15:36:03 -0500 Subject: [PATCH] Create coverage reports for bok choy tests in Jenkins --- jenkins/all-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/all-tests.sh b/jenkins/all-tests.sh index d63366f3d4..b4706229f4 100755 --- a/jenkins/all-tests.sh +++ b/jenkins/all-tests.sh @@ -98,6 +98,7 @@ END "bok-choy") rake test:bok_choy + rake test:bok_choy:coverage ;; esac