mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Fix remote coverage execution
This commit is contained in:
@@ -24,7 +24,7 @@ if os.getenv('CREATE_TEMP_COVERAGE_FILE'):
|
||||
print(line%(coverage_file + ".coverage", new_cov_file + ".coverage"))
|
||||
print(line%(coverage_file + '.syspath.txt', new_cov_file + '.syspath.txt'))
|
||||
print(line%(coverage_file + '.xml', new_cov_file + '.xml'))
|
||||
coverage_file = new_cov_file + ".cov"
|
||||
coverage_file = new_cov_file
|
||||
|
||||
if coverage_file:
|
||||
os.environ['COVERAGE_FILE'] = coverage_file + ".coverage"
|
||||
|
||||
Reference in New Issue
Block a user