You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @pfrayer thanks for raising this. We've been looking into this abit, and we believe that the test coverage will only include resources declared in your puppet classes. We agree it would be nice to include custom function coverage, but are unable to commit to this just yet. We'll leave this open for now incase anyone feels like taking the task on.
Describe the Bug
On a module, I have tests about custom functions present in this module. The tests work well, but the coverage don't detect it and stays at 0%.
My module structure is classic:
rspec
output:Expected Behavior
rspec
coverage report's resources should not be0
. Am I missing something ?Environment
spec_helper.rb
uses a classic conf:Additional Context
In this module I only have tests about custom functions, other part of the module aren't tested yet
The text was updated successfully, but these errors were encountered: