summaryrefslogtreecommitdiffstats
path: root/tools/coverage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/coverage.sh')
-rwxr-xr-xtools/coverage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/coverage.sh b/tools/coverage.sh
index 8fa979fcd3..72e1d5bbdb 100755
--- a/tools/coverage.sh
+++ b/tools/coverage.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Usage
#
@@ -22,7 +22,7 @@ echo "Running 'bazel coverage'; this may take a while"
# coverage is expensive to run; use --jobs=2 to avoid overloading the
# machine.
-bazel coverage -k --jobs=${COVERAGE_CPUS:-2} -- ... -//gerrit-common:auto_value_tests
+bazel coverage -k --jobs=${COVERAGE_CPUS:-2} -- ... -//javatests/com/google/gerrit/common:auto_value_tests
# The coverage data contains filenames relative to the Java root, and
# genhtml has no logic to search these elsewhere. Workaround this