Skip to content

Commit 1cbbf63

Browse files
committed
Fix filters for SimpleCov
1 parent 374e5a2 commit 1cbbf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter unless ENV['CI']
66

77
SimpleCov.start do
8-
add_filter ['/spec/', '/lib/apexcharts/support', '/examples/']
8+
add_filter ['/spec/', '/lib/apex_charts/support']
99
end
1010

1111
RSpec.configure do |config|

0 commit comments

Comments
 (0)