-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coveralls reporting different coverage % than Code Climate #261
Comments
@zanona - feel free to add additional info for ^^ . Thanks! |
👋 @zanona, thank you for using Code Climate and bringing this to our attention. Currently, Code Climate reports coverage on lines (or relevant lines) only. We don't support yet branch coverage but I'll bring this up for discussion internally. PS: thanks @efueger for document it. |
I also noticed the missing branch information. This is currently forcing us to use another platform, which is not what we want... I hope there will be an update soon! |
+1 to this issue as well. Code Climate is overall a great system, but without an accurate measurement of code coverage (statements and branches) we're having to use other mechanisms to report on this coverage. It would be preferable to have all three measurements reported as part of codeclimate. |
Any update on getting branch coverage into codeclimate? |
User wrote into Support with:
Specific example:
utils/filetype.js
is a good reference:Additional References
The text was updated successfully, but these errors were encountered: