Skip to content

Commit

Permalink
35 Update gitignore and test simplecov filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreisinger committed Jul 19, 2024
1 parent eeab4dd commit cb3a725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@

# Ignore master key for decrypting credentials and more.
/config/master.key

/coverage/
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SimpleCov.start 'rails' do
add_filter '/app/channels/application_cable/connection.rb'

# Optionally exclude base classes if they don't have much custom logic
add_filter '/app/controllers/application_controller.rb'
# add_filter '/app/controllers/application_controller.rb'
add_filter '/app/helpers/application_helper.rb'
add_filter '/app/jobs/application_job.rb'
add_filter '/app/mailers/application_mailer.rb'
Expand Down

0 comments on commit cb3a725

Please sign in to comment.