mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
simpler simplecov config
This commit is contained in:
parent
7911a83137
commit
45e2213afa
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
unless ENV['CI']
|
||||
require 'simplecov'
|
||||
SimpleCov.start do
|
||||
add_filter '.bundle'
|
||||
add_group 'Instapaper', 'lib/instapaper'
|
||||
add_group 'Specs', 'spec'
|
||||
add_filter '/spec/'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue