🤜 updated fastcov

This commit is contained in:
Niels Lohmann
2019-04-05 07:54:46 +02:00
parent 4676f759e8
commit 0a1ddd6882
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ def getFilteredGcdaFiles(gcda_files, exclude):
def getGcdaFiles(cwd, gcda_files):
if not gcda_files:
gcda_files = glob.glob(os.path.join(cwd, "**/*.gcda"), recursive=True)
gcda_files = glob.glob(os.path.join(os.path.abspath(cwd), "**/*.gcda"), recursive=True)
return gcda_files
def gcovWorker(cwd, gcov, files, chunk, gcov_filter_options, branch_coverage):