SlatherOrg / slather

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

Slather not support XCUITest. #534

Open WilliamZang opened 1 year ago

WilliamZang commented 1 year ago

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?