Add cwd in coverage since the files must exist and another runner could be on the other paths

This commit is contained in:
Matt Guthaus 2018-12-07 14:25:03 -08:00
parent 5319107afa
commit ce24500f16
1 changed files with 2 additions and 1 deletions

View File

@ -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
if not OPTS.is_unit_test