-
Notifications
You must be signed in to change notification settings - Fork 226
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
Switch coverage to codecov #219
Comments
Related to ipfs-inactive/project-repos#90 (comment). |
I don't have a particular preference, coveralls was just the easiest to setup. Happy to take a look at codecov. |
I just seen that aegir doesn't have support for codecov, I am possitive that it would possible to add it in the same manner that coveralls is wired in using https://github.com/codecov/codecov-node. I will create PR to aegir. |
@Kubuxu same feeling as @dignifiedquire, I just have the request that if we go forward with this, please make sure to track and update all of the modules (or divide the tasks), this is a lot of grunt work that takes a lot of time. |
@dignifiedquire is this change coming with the new aegir? |
support for both is there already |
I disable comments on all go repos and use Codecov interface and build status. There are two build status checks with Codecov: global coverage difference and diff coverage. |
If you want comments, you can configure them: https://github.com/codecov/support/wiki/Pull-Request-Comments |
Codecov has, IHMO, superior UI and UX and support that actually exists than Coveralls.
Go repos either starting to report to it or switching slowly if they were reporting before.
Would js side be for the switch over all to Codecov, as I know you are using coveralls currently?
This would allow us to unify it over the organizations.
cc @diasdavid @dignifiedquire @victorbjelkholm
The text was updated successfully, but these errors were encountered: