CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

Checking test coverage #165

Closed asclines closed 7 years ago

asclines commented 7 years ago

In order to keep this repo going well, another thing we should look into is test coverage.
Now CodeClimate does offer code coverage testing, but it might not be right for us. My main concern against using CodeClimate for test coverage is that it is not multi-language friendly.

But it is something we have already integrated with out project so it would be the easiest to setup. Thoughts?

asclines commented 7 years ago

Here is another option I've seen in other repos: https://coveralls.io/

isaac-gs commented 7 years ago

Yeah, I like the idea of using coveralls. Mainly because if we want to, we can support multiple languages.

https://github.com/lemurheavy/coveralls-public/issues/373

Also, it integrates with Travis CI

isaac-gs commented 7 years ago

@RyanMcBerg @ZakeryFyke Either of you have a preference?

ZakeryFyke commented 7 years ago

I'm pro anything that's pro multiple languages.