SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slather not support XCUITest.

WilliamZang opened this issue · comments

I am using slather to generate code coverage xml with gitlab-ci.
Now I saw my XCUITest target's coverage is 0 percent.
Is slather support XCUITest? I try xcov can generate the coverage correctly, but xcov cannot ouput Cobertura XML.

So what can I do?