vmware-archive / rbvmomi

Ruby interface to the VMware vSphere API.
MIT License
302 stars 175 forks source link

Add code coverage/review tools to run for every commit/PR #163

Closed jrgarcia closed 3 years ago

jrgarcia commented 5 years ago

Find a code coverage/review tool to run on every change and get it set up and running. Ideally, it would run all tests and report on the coverage as well as run RuboCop and potentially even more tools to ensure the code is only increasing in quality and never decreasing.