diff --git a/spec/support/simplecov.rb b/spec/support/simplecov.rb index 26038c0..7757e1f 100644 --- a/spec/support/simplecov.rb +++ b/spec/support/simplecov.rb @@ -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