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