Skip to content

Commit

Permalink
Update .simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
61315 committed Apr 15, 2024
1 parent 76cdcba commit 180b61c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rails_root/.simplecov
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# frozen_string_literal: true

require 'simplecov'

SimpleCov.start 'rails' do
enable_coverage :branch # see https://github.com/colszowka/simplecov#branch-coverage-ruby--25
add_filter '/app/jobs/'
add_filter '/app/mailers/'
add_filter '/app/channels/'
end

SimpleCov.merge_timeout 3600

0 comments on commit 180b61c

Please sign in to comment.