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
The current code coverage for madb is 43.1%, which is not great. This is largely due to the fact that it is hard to add madb integration tests without actual devices connected to the computer. We need to find a way to test better and improve this number.
add more dry-run type of tests to see whether the correct adb command is called with the expected set of arguments.
* Add travis-ci setup and badge
* Add coverage support to the travis build
* Report coverage results to coveralls.io and add badge
References #23
Change-Id: I9db21eb18737d5fc41fabc4b49576f76cee58bf0
The current code coverage for
madb
is 43.1%, which is not great. This is largely due to the fact that it is hard to addmadb
integration tests without actual devices connected to the computer. We need to find a way to test better and improve this number.adb
command is called with the expected set of arguments.The text was updated successfully, but these errors were encountered: