Sign in
bazel
/
bazel
/
fc98b2d01c4fbaf8a529e23ab92a46abc4a053a4
/
.
/
tools
/
objc
/
mcov_stub
blob: 5764e83bea9ca49c6e2ac9e9e9eb00deaa61ffa5 [
file
]
#!/bin/bash
(
printf
'Bazel does not yet support coverage.\n'
)
>&
2
exit
1