commit | cfd97ca1306c467ee7d29c8580512a7b6783722e | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Wed Jun 18 18:38:55 2025 +0100 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Fri Jun 20 06:48:39 2025 +0000 |
tree | 0af076ef6a8fa1105159d40e6535e6a3550179ad | |
parent | 9ab2d95941914e9a0628885830009a8133aef809 [diff] |
ci: fix Coverity false positives/negatives The regular expression used to enumerate the files that have been analysed by Coverity is fairly fallible, and sometimes catches more or less than intended. This change instead looks for an alternative line which is easier to parse, which gives us the correct list of analysed files. Signed-off-by: Chris Kay <chris.kay@arm.com> Change-Id: Iac6933ac45e9e1e3d01c6049e3c97c770367de55