[PATCH] D158864: [Code Coverage] Add a script to check code coverage of a patch

Henrik G Olsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 03:22:45 PDT 2023


hnrklssn added inline comments.


================
Comment at: llvm/utils/git-check-coverage:176
+            if "test" in test_file:
+                if match.group(0).startswith("+++"):
+                    added_tests.append(test_file)
----------------
How will this not always be the case, given that the match comes from `r"^\+\+\+ [ab]/(.*\.ll)$"`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158864/new/

https://reviews.llvm.org/D158864



More information about the llvm-commits mailing list