Skip to content

Commit

Permalink
Organize coverage dirs (mastodon#1695)
Browse files Browse the repository at this point in the history
* Add `Presenters` group to SimpleCov configuration

* Move validators to app/validators, add to simplecov config
  • Loading branch information
mjankowski authored and Gargron committed Apr 13, 2017
1 parent 447b8bc commit b330d1f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
require 'simplecov'

SimpleCov.start 'rails' do
add_group "Services", "app/services"
add_group 'Services', 'app/services'
add_group 'Presenters', 'app/presenters'
add_group 'Validators', 'app/validators'
end

RSpec.configure do |config|
Expand Down

0 comments on commit b330d1f

Please sign in to comment.