XcodeCoverageConverter icon indicating copy to clipboard operation
XcodeCoverageConverter copied to clipboard

The report file 'cobertura.xml' is invalid. File does not exist once upgraded xcode version 14.2

Open Nalla0701 opened this issue 2 years ago • 0 comments

Hi, am xcode build project wokrspace on Xcode 13.2.1 once upgraded my Xcode 14.2 unable to generate Test Coverage report on xml format..i have face following error.

2023-02-17T09:04:44: The report file 'cobertura.xml' is invalid. File does not exist (Full path: '/Users/runner/work/1/s/Medline-DigitalSkinHealth/Medline-DigitalSkinHealth/cobertura.xml'). 2023-02-17T09:04:44: No report files specified. 2023-02-17T09:04:44: The source code directory 'Medline-DigitalSkinHealth' does not exist. ##[debug]Exit code 1 received from tool '/usr/local/bin/bash' ##[debug]STDIO streams have closed for tool '/usr/local/bin/bash' ##[error]Bash exited with code '1'. ##[debug]Processed: ##vso[task.issue type=error;]Bash exited with code '1'. ##[debug]task result: Failed ##[debug]Processed: ##vso[task.complete result=Failed;done=true;] Finishing: Xcode build for test

Nalla0701 avatar Feb 21 '23 08:02 Nalla0701