Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files/Folder names added in .xcovignore is not updating in HTML coverage report still showing 100% #113

Closed
vizllx opened this issue Apr 4, 2018 · 1 comment

Comments

@vizllx
Copy link

vizllx commented Apr 4, 2018

I have added this lines in .xcovignore file

- iOSXYZApp/main.m
- Pods
- Applications
- ../Supporting Files

I am using fastlane , adding this in my fastlane file:-

xcov(
      workspace: "./iOSXYZApp.xcworkspace",
      scheme: ENV['SCHEME'],
      output_directory: "xcov_output",
      include_test_targets: false
}

But in the coverage report the "main.m" is showing 100% code coverage.

Please find a solution for it.
screen shot 2018-04-05 at 2 24 06 am

@vizllx vizllx changed the title Files/Folder added in .xcovignore is not updating in HTML coverage report still showing 100% Files/Folder names added in .xcovignore is not updating in HTML coverage report still showing 100% Apr 4, 2018
@vizllx
Copy link
Author

vizllx commented Apr 5, 2018

Well, I fixed it .. by adding this in fastlane

`ignore_file_path: "fastlane/.xcovignore",`

@vizllx vizllx closed this as completed Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant