SlatherOrg / slather

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

Does ignore OR source directory work for anyone? #525

Closed Morkrom closed 1 year ago

Morkrom commented 1 year ago
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

Morkrom commented 1 year ago

This works now for me.