Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit e33dda2

Browse files
committed
add filter on coverage
1 parent a0a246b commit e33dda2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/helper.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
require 'bundler/setup'
33

44
require 'simplecov'
5-
SimpleCov.start
5+
SimpleCov.start 'rails' do
6+
add_filter "/test/"
7+
end
68
require 'codecov'
79
if ENV['CI'] == 'true'
810
SimpleCov.formatter = SimpleCov::Formatter::Codecov

0 commit comments

Comments
 (0)