You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: