Change the code coverage job for lcov tool

Disable the coverage job run nightly before the coverage tool
integrated.
Extend the coverage build scope by leveraging the nightly group.

Signed-off-by: Karl Zhang <karl.zhang@arm.com>
Change-Id: I4353c6e0867b95455052c51d199c9fd3d0f213ca
diff --git a/tf-m-nightly-code-coverage.yaml b/tf-m-nightly-code-coverage.yaml
index c8bb8b0..cf6bd55 100644
--- a/tf-m-nightly-code-coverage.yaml
+++ b/tf-m-nightly-code-coverage.yaml
@@ -45,20 +45,22 @@
             - job-extended-read
             - job-build
             - job-cancel
-    triggers:
-      - timed: 'H 21 * * *'
+#    triggers:
+#      - timed: 'H 21 * * *'
     parameters:
       - string:
           name: 'FILTER_GROUP'
-          default: 'pp_test pp_OTP pp_psoc64'
+          default: 'nightly_test nightly_profile'
           description: |
             Filter to a group of configurations as recognised by configs.py
       - string:
           name: 'CODE_REPO'
-          default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
+          default: 'https://git.trustedfirmware.org/TF-M/trusted-firmware-m'
+          description: |
+            Change to https://review.trustedfirmware.org/TF-M/trusted-firmware-m use when triggering with unmerged Gerrit changes.
       - string:
           name: 'CI_SCRIPTS_REPO'
-          default: 'https://review.trustedfirmware.org/ci/tf-m-ci-scripts'
+          default: 'https://git.trustedfirmware.org/ci/tf-m-ci-scripts'
       - string:
           name: 'CI_SCRIPTS_BRANCH'
           default: 'master'