Skip to content

Commit

Permalink
Filter out spec dir for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mmainz committed Aug 24, 2023
1 parent 1383942 commit ca5ef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'simplecov-lcov'
SimpleCov::Formatter::LcovFormatter.config.report_with_single_file = true
SimpleCov.formatter = SimpleCov::Formatter::LcovFormatter
SimpleCov.start
SimpleCov.start { add_filter '/spec/' }

require 'bundler/setup'
require 'valued'
Expand Down

0 comments on commit ca5ef40

Please sign in to comment.