Merge pull request #47213 from dwoz/py3win

Fix coverage on py3 windows builds
This commit is contained in:
Daniel Wallace 2018-04-20 17:09:57 -05:00 committed by GitHub
commit 976f031170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ class SaltCoverageTestingParser(SaltTestingParser):
# Update environ so that any subprocess started on tests are also
# included in the report
coverage_options['data_suffix'] = True
os.environ['COVERAGE_PROCESS_START'] = '1'
os.environ['COVERAGE_PROCESS_START'] = ''
os.environ['COVERAGE_OPTIONS'] = json.dumps(coverage_options)
# Setup coverage