Allow HTML output for test coverage
This commit is contained in:
@ -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 ;;
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user