-
Notifications
You must be signed in to change notification settings - Fork 0
/
.simplecov
28 lines (27 loc) · 1.16 KB
/
.simplecov
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SimpleCov.profiles.define 'app' do
add_group 'Models', 'app/models'
add_group 'Responses', 'app/responses'
add_group 'Lib', 'lib'
add_group 'Config', 'config'
add_group 'Db', 'db'
add_group 'SpeechAssets', 'app/speech_assets'
add_group 'Spec', 'spec'
add_filter '/.bundle/'
add_filter '/.vscode/'
add_filter '/bin/'
add_filter '/coverage/'
add_filter '/doc/'
add_filter '/tmp/'
add_filter '/script/'
add_filter '/public/'
add_filter '/vendor/'
add_filter '/log/'
add_filter ['_config.yml', '.codeclimate.yml', '.env', '.gitattributes', '.gitignore',
'.inch.yml', '.irbrc', '.overcommit.yml', '.rdoc_options', '.rspec', '.rubocop.yml',
'.ruby-version', '.simplecov', '.tags', '.travis.yml', 'AUTHORS', 'CODE_OF_CONDUCT.md',
'config.reek', 'CONTRIBUTING.md', 'Gemfile', 'Gemfile.lock', 'issue_template.md', 'LICENSE',
'Procfile', 'Rakefile', 'README.md', 'VERSION', 'config/database.yml', 'db/fixtures/LaunchRequest.json',
'app/speech_assets/files/interactionModel.json', 'app/speech_assets/files/SampleUtterances.txt',
'config/locales/en.yml'
]
end