Skip to content

Commit

Permalink
fix: remove test filters
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Oct 13, 2023
1 parent 2c57350 commit ae721b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@

SimpleCov.formatter = SimpleCov::Formatter::LcovFormatter
SimpleCov.start 'rails' do
add_filter 'app/controllers/'
add_filter 'app/jobs/'
add_filter 'app/mailers/'
add_filter 'app/policies/'
add_filter 'app/views/'
add_filter 'lib/'

minimum_coverage 95
minimum_coverage_by_file 95
end
Expand Down

0 comments on commit ae721b3

Please sign in to comment.