-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Xcov 1.8.1 : Xcov not able to find ignore file path #218
Comments
I also have issue with ignore file. There is msg about Skipping file blacklisting as no ignore file was found. However there is ignore file |
@nakiostudio : Any idea what are we missing here? I hope Xcov 1.8.1 still supports ignore file. Please correct me if i am wrong. |
ignore file should be without any extension. it can be filename_xcovignore in file system |
I figured out the solution. In my case, issue was not with the file name but with the extra spaces and formatting inside the .xcovignore file. File name was fine. |
Hi All,
I am getting this "Skipping file blacklisting as no ignore file was found at path /Users/gaurav/APP_IOS/MyTableApp/.xcovignore"
I am giving the path like this in terminal(MacOS) :
xcov -w MyTableApp.xcworkspace -s MyTableApp -o xcov_output -x .xcovignore
My ignore file is named ".xcovignore " and is in same folder as my workspace file. Any idea what i am missing here.
The text was updated successfully, but these errors were encountered: