telstra / open-kilda

OpenKilda is an open-source OpenFlow controller initially designed for use in a global network with high control-plane latency and a heavy emphasis on latency-centric data path optimisation.
Apache License 2.0
78 stars 53 forks source link

Add Coveralls, or something similar, to help assess quality of PRs #26

Open carmine opened 7 years ago

carmine commented 7 years ago

https://github.com/marketplace/coveralls

We could use some other mechanisms as well. Other options include CodeFactor and Codacy.

nikitacherevko commented 6 years ago

I suggest to use https://www.sonarqube.org (or cloud version https://about.sonarcloud.io), because we can integrate it with our IDE and see locally if our code break some rules before pushing it into master.

nikitamarchenko commented 6 years ago

+1 for sonar