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
Do not process code coverage when tests failed (#6894)
This can currently lead to bogus output like
```
error: terminated(1): /Users/neonacho/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-profdata merge -sparse -o /Users/neonacho/Desktop/lunch7/.build/arm64-apple-macosx/debug/codecov/default.profdata output:
error: no input files specified. See llvm-profdata merge -help
```
I would also think even if it succeeded, it could result in incorrect data.
rdar://115436056
0 commit comments