#!/bin/bash

(
  printf 'Bazel does not yet support coverage.\n'
) >&2

exit 1
