mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +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']
|
unless ENV['CI']
|
||||||
require 'simplecov'
|
require 'simplecov'
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
add_filter '.bundle'
|
add_filter '/spec/'
|
||||||
add_group 'Instapaper', 'lib/instapaper'
|
|
||||||
add_group 'Specs', 'spec'
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue