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