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
xcparse logs does not include logs for App target (#35)
Change Description: These changes fix#33 & modify the logs subcommand so that it now will include the Diagnostics folder (which has things like the app target logs for specific test runs on individual simulators). As there can be multiple Diagnostics folder (one per action), we've adopted a folder structure that is similar to Xcode 10 xcresult where we will number & tag the action name ("1_Run", "2_Test", etc.). The log text file we used to output is now put into this folder structure, in addition to any Diagnostics directory & files associated with that action.
Test Plan/Testing Performed: Tested with these changes that I can now get the Diagnostics folder for various test actions & have them properly divided by folders. Also confirmed that change to create destination directory works for the codecov & logs subcommands.
0 commit comments