Commit 17570c4c by Calen Pennington

Create xml and html coverage reports

parent 1968a1dd
...@@ -23,6 +23,7 @@ rake test_common/lib/capa || TESTS_FAILED=1 ...@@ -23,6 +23,7 @@ rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1 rake test_common/lib/xmodule || TESTS_FAILED=1
rake phantomjs_jasmine_lms || true rake phantomjs_jasmine_lms || true
rake phantomjs_jasmine_cms || true rake phantomjs_jasmine_cms || true
rake xml html
[ $TESTS_FAILED == '0' ] [ $TESTS_FAILED == '0' ]
rake autodeploy_properties rake autodeploy_properties
\ No newline at end of file
...@@ -20,7 +20,8 @@ TESTS_FAILED=0 ...@@ -20,7 +20,8 @@ TESTS_FAILED=0
rake test_lms[false] || TESTS_FAILED=1 rake test_lms[false] || TESTS_FAILED=1
rake test_common/lib/capa || TESTS_FAILED=1 rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || 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' ] [ $TESTS_FAILED == '0' ]
rake autodeploy_properties rake autodeploy_properties
\ No newline at end of file
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