Create xml and html coverage reports

This commit is contained in:
Calen Pennington
2012-11-08 10:10:44 -05:00
parent 1968a1dde5
commit 17570c4c06
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1
rake phantomjs_jasmine_lms || true
rake phantomjs_jasmine_cms || true
rake xml html
[ $TESTS_FAILED == '0' ]
rake autodeploy_properties

View File

@@ -20,7 +20,8 @@ TESTS_FAILED=0
rake test_lms[false] || TESTS_FAILED=1
rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1
rake phantomjs_jasmine_cms || true
rake phantomjs_jasmine_lms || true
rake xml html
[ $TESTS_FAILED == '0' ]
rake autodeploy_properties