SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 235 forks source link

Coveralls integration with Bitrise #488

Open iRILLLL opened 3 years ago

iRILLLL commented 3 years ago

Hi there,

Previously I tried with xcov but it always show 0% in coveralls, and found some people facing similar issues. Does anyone know if it is possible to upload the result to Coveralls with bitrise using Slather?

Thank you very much

fermoyadrop commented 3 years ago

any updates on this? xcov does upload to coveralls so I'd say this is possible

michallaskowski commented 2 years ago

I was using Slather on Bitrise to track code coverage, which was working fine for a few months until this week. Started seeing drops from 70& to 50, to 11. Now it is jumping between 50 and 11%. Not sure why. Anyone knows what needs to be done to add support? Is it just a matter of setting up environment variables for Slather, that it reads on Travis or Circle?

michallaskowski commented 2 years ago

Also, looking at the file here, https://github.com/SlatherOrg/slather/blob/034ab35987ac096d5b93f51f34c9f07a75b6de8f/lib/slather/coverage_service/coveralls.rb it seems that Bitrise is actually supported.