Added groups for code coverage results.
This commit is contained in:
parent
96a7a40fdc
commit
21a0f50457
|
@ -7,6 +7,10 @@ SimpleCov.configure do
|
|||
|
||||
add_filter 'spec'
|
||||
add_filter 'lib/oga/version'
|
||||
|
||||
add_group 'XML', 'lib/oga/xml'
|
||||
add_group 'HTML', 'lib/oga/html'
|
||||
add_group 'XPath', 'lib/oga/xpath'
|
||||
end
|
||||
|
||||
SimpleCov.start
|
||||
|
|
Loading…
Reference in New Issue