SlatherOrg / slather

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does ignore OR source directory work for anyone?

Morkrom opened this issue · comments

xcodeproj: Example.xcodeproj
workspace: Example.xcworkspace
scheme: ExampleScheme
ignore:
    - /Pods/*
    - ../CommonLib/*
    - /Tests/*
    - /UITests/*

Ignore doesn't ignore. Pods and everything else are always included in the output. I can't tell if there is an error.

I have tried the inverse, using "source directory", gotten the same result: every thing is included in the report.

Is this a user error?

Seeing the same issues reported:
https://github.com/SlatherOrg/slather/issues/501
https://github.com/SlatherOrg/slather/issues/498

This works now for me.