We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f4a8d commit 54c2752Copy full SHA for 54c2752
coverage.sh
@@ -37,6 +37,8 @@ show_cover_report func
37
case "$1" in
38
"")
39
;;
40
+--html)
41
+ show_cover_report html ;;
42
--coveralls)
43
push_to_coveralls ;;
44
*)
0 commit comments