Created
November 8, 2016 12:10
-
-
Save jairojunior/b1ff5ae7cb3f989fc3dca273dbbfe888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SimpleCov.start do | |
| add_group "Puppet Types", '/lib/puppet/type/' | |
| add_group "Puppet Providers", '/lib/puppet/provider/' | |
| add_group "Puppet Functions", 'lib/puppet/parser/functions/' | |
| add_group "Puppet Extensions", 'lib/puppet_x/' | |
| add_group "Facts", 'lib/facter' | |
| add_filter '/spec' | |
| track_files 'lib/**/*.rb' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment