Now, my project work better with CircleCI but I need some code coverage or code quality
Is there any solution for it?
Coveralls.io and CircleCi work great together,
If your project is Java-based, give https://github.com/trautonen/coveralls-maven-plugin a look
Thank you for your reply,
Drazisil,
Now my project is base on Objective C and swift.
Any ideas?
Coveralls should still work. Try https://github.com/azu/Coveralls-iOS
Thank you , I am trying.