Skip to content

Commit 1f5bc69

Browse files
committed
Exclude generators from codecov calculation
Easier than trying to force it
1 parent d08118b commit 1f5bc69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/support/simplecov_configuration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
add_filter '/spec/'
66
add_filter '/vendor/'
77
add_filter 'acts_as_legacy.rb'
8+
add_filter '/lib/generators/'
89

910
enable_coverage :branch
1011

0 commit comments

Comments
 (0)