Skip to content

Commit

Permalink
fixing local rspec tests to omit mailers, jobs, channels
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoddmathes committed Feb 17, 2024
1 parent 8d0f4e1 commit f0f8595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rails_root/.simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

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

0 comments on commit f0f8595

Please sign in to comment.