Code Coverage is essential quality metric. Research what's possible to do with `ChefSpec` to show the coverage `%` badge. * https://sethvargo.com/chef-recipe-code-coverage/ * https://github.com/StackStorm/chef-stackstorm/blob/41270c71704b31ef3cb60ea5b5e893f14f5fe920/spec/spec_helper.rb#L5 * https://github.com/sethvargo/chefspec#reporting * https://coveralls.zendesk.com/hc/en-us/articles/201769485-Ruby-Rails and * https://github.com/poise/poise-spec/blob/master/spec/spec_helper.rb * https://github.com/mburns/paramount/blob/master/test/unit/spec/spec_helper.rb
Code Coverage is essential quality metric. Research what's possible to do with
ChefSpecto show the coverage%badge.chef-stackstorm/spec/spec_helper.rb
Line 5 in 41270c7
and