-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature request: please support target names #8
Comments
#6 will add a RegEx filter to do exactly that. 👍 |
that would we awesome! I've tried to put the name of our framework as name filter:
got xcrun failure:
also tried |
@paulz Also note that I've renamed the input |
Btw. the |
tried
is it possible to add |
would be nice if there would be some output from these sub steps:
|
The first two of those sub-steps don't do much worth printing. You can try to add |
I'm a bit surprised that you see those failures when your target-name-filter shouldn't match the files listed in your output. 🤔 Either way, I've just added another input |
(Note that the Codecov bash uploader ignored failures as well: https://github.com/codecov/codecov-bash/blob/ae76691c8554334bc1ddc355f6667fd36d6890f5/codecov#L235) |
I've merged the PR for now. I'll keep this issue open, though, until it works for you as well. You just need to change to the Note that I also renamed the action from |
@paulz Any news from your end? I think I'm gonna release a version 2 with the changes in |
we got successful run with first target! using:
here is debug output;"
|
works great, thank you @ffried ! |
Thank you for useful GitHub action!
We used to use codecov GitHub action to extract xcodebuild coverage and upload.
Since new codecov uploader does not process Xcode coverage, see codecov/uploader#223 we are looking to use this action to extract coverage for upload
One useful feature it had was ability to specify target names:
https://github.com/codecov/codecov-bash/blob/ae76691c8554334bc1ddc355f6667fd36d6890f5/codecov#L165-L169
it allowed us:
The text was updated successfully, but these errors were encountered: