Walk through files in parse_llvm_coverage.py instead of using 'git ls-files'
authorrmistry <rmistry@google.com>
Mon, 18 Apr 2016 11:18:56 +0000 (04:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 Apr 2016 11:18:56 +0000 (04:18 -0700)
commit5f80e8cb7cfb83a69d478861f01ea8e965fcd448
tree0e984dc943d5fddecc864c02e87a7bcf14cb40ef
parent43e8f6725457a70bbadf7cba82fd162960464b99
Walk through files in parse_llvm_coverage.py instead of using 'git ls-files'

The script will be executed on a swarming bot where we do not want to isolate .git directories.

BUG=skia:5159
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1888423002

NOTREECHECKS=true

Review URL: https://codereview.chromium.org/1888423002
tools/parse_llvm_coverage.py