naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
935 stars 80 forks source link

Check coverage tracking system. #63

Closed mixed closed 8 years ago

mixed commented 8 years ago

https://coveralls.io/

We can check test coverage. So Decreasing test coverage we can recevie massage.

netil commented 8 years ago

https://codeclimate.com will be good candidate also.

IMO it brings more functionality than coveralls and has good integration with TravisCI. https://docs.travis-ci.com/user/code-climate/

netil commented 8 years ago

Test coverage will not show all of the files. According codeclimate doc will show only for the matching commit. http://docs.classic.codeclimate.com/article/220-help-im-having-trouble-with-test-coverage#no_coverage We'll only display test coverage data if we've also analyzed the matching commit. If you're not sure, check the SHA on your Feed page.