Skip to content

Commit

Permalink
Add dc cpancover-generate-html.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed May 25, 2014
1 parent 9b7e308 commit d3f8d8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/dc
Expand Up @@ -143,6 +143,10 @@ case "$1" in
fi
docker.io rm "$name"
;;
"cpancover-generate-html")
$0 cpancover -generate_html
$0 cpancover-compress
;;
"options")
perl -nE 'say $1 if /^ "([\w-]+)"\)$/ && $1 !~ /^_/' < $0
;;
Expand Down

0 comments on commit d3f8d8b

Please sign in to comment.