dazinator / Xamarin.TestyDroid

TestyDroid is a small command line tool, to handle running your unit tests on an android device during CI builds.
MIT License
4 stars 0 forks source link

Code Coverage Xamarin Android unit tests #28

Open amalsgit opened 7 years ago

amalsgit commented 7 years ago

Hi,

Nice to see your tool to run Xamarin Android unit test runs. I do this in Jenkins with separate plugins for each step. Is there any way to analyse code coverage from these unit tests executed from the Unit Test App? If not, then is there any other way to generate code coverage reports for Xamarin Android? Any suggestions will be very helpful.

Thanks

dazinator commented 7 years ago

Thanks. I've not looked at code coverage for xamarin apps. Im open to extending the tool to include code coverage report but i don't have time to do the research just now. If you manage to find any information about it, let me know though! Perhaps ask them directly to see what they recommend