codecov-cli
codecov-cli copied to clipboard
Xcode plugin with custom DerivedData or result bundle
Hi! I've come across codecov-cli and am trying to use it with a self-hosted codecov instance. I found that in codecov/uploader, it is possible to upload the result bundle (xcresult) directly with the uploader.
For the same feature, is it possible to use codecov-cli to upload xcresult? Running the uploader in Rosetta is not really suitable for our system.
I've checked the Xcode plugin of codecov-cli, and it seems like it will parse DerivedData from a hardcoded path. Is it possible to provide a custom path for the derived_data_folder?
fyi @joseph-sentry I think you had done the port from uploader for this.
Related https://github.com/codecov/codecov-action/issues/1367