Skip to content

Commit

Permalink
fixed rdoc coverage
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/hoe/dev/": change = 13969]
  • Loading branch information
zenspider committed Nov 16, 2023
1 parent 7eb9ccd commit e4815cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/hoe/cov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@

module Hoe::Cov

##
# Directories to filter out from coverage.

attr_accessor :cov_filter

def initialize_cov
def initialize_cov # :nodoc:
self.cov_filter = %w[tmp test]
end

Expand Down

0 comments on commit e4815cc

Please sign in to comment.