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