Skip to content

Commit

Permalink
remove model filter from test covergae (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pralish committed Jun 24, 2022
1 parent 3d3134c commit 790bb07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ENV['RAILS_ENV'] ||= 'test'
require 'simplecov'
SimpleCov.start 'rails' do
# filtering out models because it doesnt track coverage on models for some reason (i suspect the apartment gem is to blame)
add_filter "app/models/"
# these arent customized. so these dont need to be integration tested
add_filter "app/controllers/users/confirmations_controller.rb"
add_filter "app/controllers/users/omniauth_callbacks_controller.rb"
Expand Down

0 comments on commit 790bb07

Please sign in to comment.