Added groups for code coverage results.

This commit is contained in:
Yorick Peterse 2014-06-23 09:43:41 +02:00
parent 96a7a40fdc
commit 21a0f50457
1 changed files with 4 additions and 0 deletions

View File

@ -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