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 ignore Swift Package Dependencies #210

Open
BeibeiLewis opened this issue Sep 19, 2022 · 4 comments
Open

How can we ignore Swift Package Dependencies #210

BeibeiLewis opened this issue Sep 19, 2022 · 4 comments

Comments

@BeibeiLewis
Copy link

As title, how can we ignore Swift Package Dependencies.

@aadeshmindtickle
Copy link

Any update for this issue ?

@raafaelima
Copy link

Hey, what solve that problem for me was to set the only_project_targets to true, on the fastlane configuration.

xcov(workspace: "MyProject.xcworkspace",scheme: "MyProject", only_project_targets: true)

@markst
Copy link

markst commented May 31, 2023

We have include_targets defined and it seems our swift packages are still getting picked up by xcov

@markst
Copy link

markst commented Jun 1, 2023

Ah might be a case of needing to update scheme settings:

image

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

4 participants