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
Currently, we don't look at code coverage in unit tests in this project.
We need this improvement to help us guarantee all code is properly being tested!
Motivation
Currently, we don't look at code coverage in unit tests in this project.
We need this improvement to help us guarantee all code is properly being tested!
Thus, we need to add and configure
excoveralls
(https://github.com/parroty/excoveralls).Here's a sample to help configuring excoveralls in Travis CI:
https://github.com/parroty/coverage_sample
DoD
deps
);The text was updated successfully, but these errors were encountered: