Merge pull request #474 from iamqizhao/master

Allow HTML output for test coverage
This commit is contained in:
Qi Zhao
2015-12-17 16:26:36 -08:00

View File

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