Skip to content

Commit 54c2752

Browse files
committed
Allow HTML output for test coverage
1 parent e2f4a8d commit 54c2752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coverage.sh

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ show_cover_report func
3737
case "$1" in
3838
"")
3939
;;
40+
--html)
41+
show_cover_report html ;;
4042
--coveralls)
4143
push_to_coveralls ;;
4244
*)

0 commit comments

Comments
 (0)