Skip to content

Commit

Permalink
Exclude lib/linter from simplecov report (#25916)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jul 12, 2023
1 parent c75df62 commit 7824df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
if ENV['DISABLE_SIMPLECOV'] != 'true'
require 'simplecov'
SimpleCov.start 'rails' do
add_filter 'lib/linter'
add_group 'Policies', 'app/policies'
add_group 'Presenters', 'app/presenters'
add_group 'Serializers', 'app/serializers'
Expand Down

0 comments on commit 7824df0

Please sign in to comment.