jonreid / XcodeCoverage

Code coverage for Xcode projects (Objective-C only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAming convention to create .xcodecoverageignore

praveenkanike opened this issue · comments

Hi All,
Could you please help in filtering files in code coverage , as explained in documentation created a file.xcodecoverageignore, but there is no luck in filtering, so please help .

Thanks
Praveen kanike

Hi ,
I am able to got my answer after reviewing the same issue raised earlier
Issue : Excluding Files From Coverage .xcodecoverageignore:
Still i want to clarify it here clearly
Step 1: Add .xcodecoverageignore in root folder of the app(without any filename).
Step 2: Add the files in the above created files which needs to be omitted
Step 3: Run the app as usual with xcodecoverage settings
Step 4: Thats it.
Thanks
Praveen kanike