From ce24500f161538d7b2fb7e510d7091a566fb5756 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 7 Dec 2018 14:25:03 -0800 Subject: [PATCH] Add cwd in coverage since the files must exist and another runner could be on the other paths --- .coveragerc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index a9eb6a64..53aa9cdf 100644 --- a/.coveragerc +++ b/.coveragerc @@ -10,6 +10,7 @@ omit = debug.py [paths] source = + . /home/gitlab-runner/builds/2fd64746/0 /home/gitlab-runner/builds/2fd64746/1 /home/gitlab-runner/builds/2fd64746/2 @@ -25,4 +26,4 @@ exclude_lines = raise NotImplementedError if 0: if __name__ == "__main__": - if not OPTS.is_unit_test \ No newline at end of file + if not OPTS.is_unit_test