-
Notifications
You must be signed in to change notification settings - Fork 2
Code Coverage #15
Comments
I've used Coveralls before with good results. Would that be good? |
I've tried both Codecov and Coveralls. Personally, I prefer Codecov:
And I think I prefer the dashboard a little better than coveralls, but they're pretty similar. So really, I could go either way! |
I haven't used either in forever, but Codecov seems fine 👍 Let's get the Travis tests to pass before setting it up though |
Sure! |
Actually, on second thought, I might take that back. I might be able to use code coverage (if available) to steer testing in #12, just to make sure that everything gets sufficiently hit. We could quickly use Then we could quickly implement code coverage, and use both in #12. I don't need coverage, so we could wait, but I don't see much advantage to not having it sooner. |
I'm not the biggest fan of using code coverage to drive development, but I sometimes reference the report to make sure that tests hit what is expected.
Codecov is simple to setup, while Code Climate also deals with code linting.
@rrdelaney would you like one of these configured for
ava-rethinkdb
?The text was updated successfully, but these errors were encountered: