Remove MacOS-ism, whoops.

pull/12565/head
Wilson Bilkovich 4 months ago
parent 13d72c5762
commit a6b2d27838

@ -94,7 +94,7 @@ def main():
concurrent.futures.wait([html_future, xml_future])
print(f'\nCoverage reports saved to {cov_dir.as_posix()}')
print(f'HTML report: open {cov_dir.as_posix()}/html/index.html')
print(f'HTML report: {cov_dir.as_posix()}/html/index.html')
return result.returncode
except subprocess.CalledProcessError as e:
print(f'Error running coverage: {e}')

Loading…
Cancel
Save