HewlettPackard / oneview-puppet

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Terraform and Ansible Collection
https://forge.puppet.com/hewlettpackard/oneview
Apache License 2.0
8 stars 17 forks source link

Simplecov not covering individual files #40

Closed fgbulsoni closed 7 years ago

fgbulsoni commented 7 years ago

Scenario/Intent

'rake test' should fail if a file has not achieved a minimal coverage%, but with its current configs it doesn't

Environment Details

Steps to Reproduce

1- Delete one of the unit tests under spec/unit/provider 2- Run 'rake test'

Expected Result

It should fail because the provider for which the test was deleted does meet the minimal code coverage

Actual Result

Does not fail