[java code coverage] Android coverage file to html and xml

2016-09-15 Thread Uriel Frankel
Hello folks First of all thank you very much. I ran tests on my android device with InstrumentationTestRunner. I added the -e coverage true -e coverageFile /sdcard/coverage.exec as described . I pulled the fil

[java code coverage] Re: Android coverage file to html and xml

2016-09-16 Thread Uriel Frankel
Ok, I am replying to myself and for anyone who wants to know, there is a ReportGenerator.java class that does html. bottom line, use the examples. On Thursday, September 15, 2016 at 10:02:04 PM UTC+3, Uriel Frankel wrote: > > Hello folks > > > First of all thank you very much. &

[java code coverage] Merge exec files java code

2016-11-17 Thread Uriel Frankel
Hi all I am trying to use the ReportGenerator.java class to create report. It works great. Now I have multiple exec files. There is a line there: // Read the jacoco.exec file. Multiple data files could be merged // at this point ok, So how to do this? Thanks Uriel -- You received this m

Re: [java code coverage] Merge exec files java code

2016-11-17 Thread Uriel Frankel
execFileLoader.load(executionDataFile4); > execFileLoader.load(executionDataFile5); > } > > Or create a loop or however you want to retrieve them. > > Regards, > -marc > > On 2016-11-17 14:06, Uriel Frankel wrote: > > Hi all > > > > I am trying to use th

[java code coverage] Percentage of all coverage

2016-11-17 Thread Uriel Frankel
Hi I am using the Java API and it is great. I want to get the percentage of the overall tests. I want to plot a graph with it. How can I get it from the API? (please don't tell me to scrape this data from the index.html file) Thanks, Uriel -- You received this message because you are subscri