Merge "Move Soy to nongoogle.bzl, exempting it from LC"
diff --git a/java/com/google/gerrit/server/restapi/project/ListProjects.java b/java/com/google/gerrit/server/restapi/project/ListProjects.java
index 8a2ab0c..04e573c 100644
--- a/java/com/google/gerrit/server/restapi/project/ListProjects.java
+++ b/java/com/google/gerrit/server/restapi/project/ListProjects.java
@@ -93,7 +93,7 @@
 /**
  * List projects visible to the calling user.
  *
- * <p>This is like {@link QueryProjects} but with a slightly different calling convention.
+ * <p>Implement {@code GET /projects/}, without a {@code query=} parameter.
  */
 public class ListProjects implements RestReadView<TopLevelResource> {
   private static final FluentLogger logger = FluentLogger.forEnclosingClass();
diff --git a/tools/coverage.sh b/tools/coverage.sh
index 3582d22..e03ac7f 100755
--- a/tools/coverage.sh
+++ b/tools/coverage.sh
@@ -7,6 +7,9 @@
 # COVERAGE_CPUS defaults to 2, and the default destination is a temp
 # dir.
 
+shopt -s expand_aliases
+source ~/.bash_profile
+
 genhtml=$(which genhtml)
 if [[ -z "${genhtml}" ]]; then
     echo "Install 'genhtml' (contained in the 'lcov' package)"