Skip to content

Commit

Permalink
add /config to default excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Dec 23, 2024
1 parent 8241d27 commit ab700f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/undercover/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Options # rubocop:disable Metrics/ClassLength
].freeze

DEFAULT_FILE_INCLUDE_GLOBS = %w[*.rb *.rake *.ru Rakefile].freeze
DEFAULT_FILE_EXCLUDE_GLOBS = %w[test/* spec/* db/* *_test.rb *_spec.rb].freeze
DEFAULT_FILE_EXCLUDE_GLOBS = %w[test/* spec/* db/* config/* *_test.rb *_spec.rb].freeze

attr_accessor :lcov,
:path,
Expand Down

0 comments on commit ab700f9

Please sign in to comment.