Skip to content

Commit 5052a61

Browse files
committed
+ Added L=<level> option to dcov task.
[git-p4: depot-paths = "//src/hoe/dev/": change = 14949]
1 parent 2e1f093 commit 5052a61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/hoe/publish.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ def define_publish_tasks
117117

118118
desc "Generate rdoc coverage report"
119119
task :dcov => :isolate do
120-
sh(*make_rdoc_cmd("-C"))
120+
level = ENV["L"]
121+
sh(*make_rdoc_cmd("-C#{level}"))
121122
end
122123

123124
desc "Remove RDoc files"

0 commit comments

Comments
 (0)