commit | 4347d8ac06c4c5dfa124a684a1e4550b35c06978 | [log] [tgz] |
---|---|---|
author | Jimmy Brisson <jimmy.brisson@arm.com> | Fri Jul 24 10:26:16 2020 -0500 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Thu Aug 06 15:15:07 2020 +0000 |
tree | 877b69414a2419aeb64a34c8802850a6e62de948 | |
parent | 1af7a7bb6db532172d07f3e78cb09950f4d5add9 [diff] |
Avoid cloning code coverage when it's not used This works by being explicit that we don't want to clone the code coverage repo by setting the bash variable `import_cc` to 1. `import_cc` is directly assigned to `no_cc`, and setting `no_cc` to 1 indicates "I'm not running coverage". This also informs the user (in green) that code coverage is disabled as they have requested. Change-Id: Iac331ec65f568cfe13b8a3fa9fa0146a630a8ae7