intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

ccloud VM needs some real CI #26

Closed markdryan closed 6 years ago

markdryan commented 6 years ago

Currently, the travis builds run unit tests that cover 10% of the code and there's no real end to end testing. We need to improve unit test coverage and enable some builds in semaphore CI.

markdryan commented 6 years ago

Partial fix in PR #29. Semaphore builds are now enabled that run some basic system tests. We still need to get it do to coverage though.

markdryan commented 6 years ago

Code coverage is implemented in #32