commit | 8d82ac58b4faf7427765648ab6ecc5c76baa5283 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Tue May 17 15:13:28 2022 -0700 |
committer | Yu Liu <yudiliu@google.com> | Mon Jun 06 12:29:25 2022 -0700 |
tree | 6c0fc85133194624cd61d8ee8997a52adf077867 | |
parent | 97fd87e4dbb545d6fa9b29c2c2fd000b5ad64202 [diff] [blame] |
Support cc code coverage for mixed build Bug: 231322627 Test: Manual tests and unit tests Change-Id: I786042af0d612192c54c3572f63a86a47174a242
diff --git a/bazel/aquery.go b/bazel/aquery.go index 3affcb0..030951e 100644 --- a/bazel/aquery.go +++ b/bazel/aquery.go
@@ -659,6 +659,9 @@ if a.Mnemonic == "FileWrite" { return true } + if a.Mnemonic == "BaselineCoverage" { + return true + } return false }