-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
We need test coverage to ensure there are no bits of untested code. Tests make our life easier now that we are trying to refactor things to improve the maintainability of the codebase and we'll work on new features soon.
We should configure code climate's test coverage by means of SimpleCov. See https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage and https://docs.travis-ci.com/user/code-climate/.
enricostano and markets