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

How can we exclude Pods_Demo.framework & libQuick.a in report #184

Open
jackmumbai opened this issue Sep 23, 2020 · 1 comment
Open

How can we exclude Pods_Demo.framework & libQuick.a in report #184

jackmumbai opened this issue Sep 23, 2020 · 1 comment

Comments

@jackmumbai
Copy link

Hello i am using this cool tool.
But on my report it shows libQuick.a, libPods-CustomUnitTest.a, libNimble.a, Pods_Demo.framework .. i dont want to include them on my Final report.

I have updated .xcovignore but didn't works.

# Exclude all dependencies
- Pods
- Pods_Demo.framework
@mininny
Copy link
Contributor

mininny commented Sep 24, 2020

Have you added ignore_file_path to the xcov command? It should look like this:

xcov(
      project: PROJECT_NAME,
      scheme: SCHEME,
      output_directory: XCOV_OUTPUT_PATH,
      ignore_file_path: PATH_TO_XCOVIGNORE
    )

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

2 participants