Allow HTML output for test coverage

This commit is contained in:
iamqizhao
2015-12-17 16:13:01 -08:00
parent e2f4a8ddb3
commit 54c27523e4

View File

@ -37,6 +37,8 @@ show_cover_report func
case "$1" in case "$1" in
"") "")
;; ;;
--html)
show_cover_report html ;;
--coveralls) --coveralls)
push_to_coveralls ;; push_to_coveralls ;;
*) *)