fastlane-community / xcov

Nice code coverage reporting without hassle
MIT License
556 stars 107 forks source link

.xcovignore file not working #216

Closed kumareshsaran closed 1 year ago

kumareshsaran commented 1 year ago

I have mentioned the .xcovignore fil project root project. Here is my .xcovignore file

Screenshot 2023-03-26 at 11 56 25 PM

My fastlane file:

Screenshot 2023-03-27 at 12 00 22 AM

While running on fastlane command on terminal. mentioned files are not ignored on code coverage.

Let me know what I have missed.

kumareshsaran commented 1 year ago

I have cleared the above issue. issue was in my .xcovignore file. Issue .xcovignore file saved with an extension of .yml. so that issue occurred.

Solution save .xcovignore file without extension. Now xcov ignores files mentioned .xcovignore

For your reference:

enter image description here