It’s very useful for developers to see test coverage for a project and its classes.
It’s very important for Product Owners and Project Managers to have access to this information without developer assistance so they can plan next stages of work, concentrate on deficient code or have an early warning system to begin asking questions or begin planning accordingly if test coverage starts to drop.
Other competing services such as Travis and Circle both implement support for Coveralls (and get Slather as a knock on benefit).
I propose Bitrise either builds in Coveralls and Slather support or rolls a Bitrise specific solution which takes advantage of the test coverage files delivered after an Xcode build.
For this you now can use the Codecov step (https://github.com/bitrise-io/steps-codecov) which will generate and upload a code coverage report to Codecov (https://codecov.io). We haven't closed this idea, as we are curious what other related features you'd need.