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