Re: [Puppet Users] How to get Simplecov to report coverage correctly for puppet manifests

2018-06-19 Thread David Schmitt
On Mon, Jun 18, 2018 at 11:03 AM Darragh Bailey wrote: > > > > > On Mon, 18 Jun 2018, 09:19 David Schmitt, > wrote: > >> Hi Darragh, >> >> SimpleCov is a ruby-only solution and the puppet code (*.pp) coverage >> from rspec-puppet does not integrate into it. As far as I can see there is >> curren

Re: [Puppet Users] How to get Simplecov to report coverage correctly for puppet manifests

2018-06-18 Thread Darragh Bailey
On Mon, 18 Jun 2018, 09:19 David Schmitt, wrote: > Hi Darragh, > > SimpleCov is a ruby-only solution and the puppet code (*.pp) coverage from > rspec-puppet does not integrate into it. As far as I can see there is > currently no way to get at the raw data without hacking rspec-puppet > itself > <

Re: [Puppet Users] How to get Simplecov to report coverage correctly for puppet manifests

2018-06-18 Thread David Schmitt
Hi Darragh, SimpleCov is a ruby-only solution and the puppet code (*.pp) coverage from rspec-puppet does not integrate into it. As far as I can see there is currently no way to get at the raw data without hacking rspec-puppet itself

[Puppet Users] How to get Simplecov to report coverage correctly for puppet manifests

2018-06-15 Thread Darragh Bailey
Hi, I'm to understand how to get a full coverage for puppet code with spec tests to be generated so I can get output like the example from simplecov at https://github.com/colszowka/simplecov#example-output. Ideally I would subsequently try to hook into the coverage repo and do some post proce