We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to see coverage report in XCode 12.4 with new build system. Please see below error
15:21:19 + mkdir -p ../../build/reports/coverage_Report 15:21:19 + echo 'XcodeCoverage report generating..' 15:21:19 XcodeCoverage report generating.. 15:21:19 + XcodeCoverage/getcov -o ../../build/reports/coverage_Report 15:21:19 output_dir = ../../build/reports/coverage_Report 15:21:19 /opt/jenkins/workspace/iOS_PullRequest_Unit/build/reports/coverage_Report /opt/jenkins/workspace/iOS_PullRequest_Unit/src/elektra 15:21:19 /opt/jenkins/workspace/iOS_PullRequest_Unit/src/elektra 15:21:19 Capturing coverage data from /Users/jenkins/Library/Developer/Xcode/DerivedData/elektra-dqgphexvdqtbmicihhexfohtaasc/Build/Intermediates.noindex/elektra.build/Debug_Fluke-iphonesimulator/elektra.build/Objects-normal/undefined_arch 15:21:19 Found LLVM gcov version 12.0.0, which emulates gcov version 4.2.0 15:21:19 geninfo: ERROR: cannot read /Users/jenkins/Library/Developer/Xcode/DerivedData/elektra-dqgphexvdqtbmicihhexfohtaasc/Build/Intermediates.noindex/elektra.build/Debug_Fluke-iphonesimulator/elektra.build/Objects-normal/undefined_arch! 15:21:19 lcov: ERROR: cannot read file Coverage.info! 15:21:19 Reading tracefile Coverage.info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unable to see coverage report in XCode 12.4 with new build system. Please see below error
15:21:19 + mkdir -p ../../build/reports/coverage_Report
15:21:19 + echo 'XcodeCoverage report generating..'
15:21:19 XcodeCoverage report generating..
15:21:19 + XcodeCoverage/getcov -o ../../build/reports/coverage_Report
15:21:19 output_dir = ../../build/reports/coverage_Report
15:21:19 /opt/jenkins/workspace/iOS_PullRequest_Unit/build/reports/coverage_Report /opt/jenkins/workspace/iOS_PullRequest_Unit/src/elektra
15:21:19 /opt/jenkins/workspace/iOS_PullRequest_Unit/src/elektra
15:21:19 Capturing coverage data from /Users/jenkins/Library/Developer/Xcode/DerivedData/elektra-dqgphexvdqtbmicihhexfohtaasc/Build/Intermediates.noindex/elektra.build/Debug_Fluke-iphonesimulator/elektra.build/Objects-normal/undefined_arch
15:21:19 Found LLVM gcov version 12.0.0, which emulates gcov version 4.2.0
15:21:19 geninfo: ERROR: cannot read /Users/jenkins/Library/Developer/Xcode/DerivedData/elektra-dqgphexvdqtbmicihhexfohtaasc/Build/Intermediates.noindex/elektra.build/Debug_Fluke-iphonesimulator/elektra.build/Objects-normal/undefined_arch!
15:21:19 lcov: ERROR: cannot read file Coverage.info!
15:21:19 Reading tracefile Coverage.info
The text was updated successfully, but these errors were encountered: