XcodeCoverageConverter
XcodeCoverageConverter copied to clipboard
XcodeCoverageConverter aims to provide a tool to convert xccov code coverage results into continuous integration friendly formats
Cobertura files include overall coverage statistics on the root `` element of the file. When packages or targets are excluded via `--exclude-packages`, `--exclude-targets` these overall statistics are no longer valid....
Hi, am xcode build project wokrspace on Xcode 13.2.1 once upgraded my Xcode 14.2 unable to generate Test Coverage report on xml format..i have face following error. 2023-02-17T09:04:44: The report...
I am able to use this `xcc` command as per the instructions provided in the README file. However I am trying to provide array of packages for `--exclude-packages` parameter as...
When i try to execute this second step i am getting this error. 2: Generate JSON from the code coverage data: xcrun xccov view --report --json Build/Logs/Test/*.xcresult > coverage.json Error:...