cmarchal
cmarchal
Hi Daniel, Does the index.html generated file contain classes from your project when you expand it ? Or is it totally empty ? Moreover, can you show your command line...
It seems good to me. Are you sure the scheme is well-named ? No typo or case error ? Do you run your tests right before xcov ?
Try running tests on simulator and let me know if it works. By the way, the ignored files feature seems not to work anymore since 1.4.3 according to other open...
@nakiostudio I've just created a PR to add possibility to use direct path to xccoverage/xccovreport file. Can you have a look at the PR ? https://github.com/nakiostudio/xcov/pull/150 Thanks !
Feature I was looking for, thanks ! I've just added a OnClick method at TestScreenshotFlow file - line 52 in order to display the screenshot in the right panel. `onclick=\"showScreenshot('[[FILENAME]]')\"`