mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Apply 'make format'
This commit is contained in:
parent
7f40dd8b5b
commit
167cba723e
@ -186,8 +186,8 @@ def test():
|
||||
# So, remove gcno files before calling codecov
|
||||
upload_dir = "nodist/obj_dir/upload"
|
||||
os.makedirs(upload_dir, exist_ok=True)
|
||||
cmd = ("ci/codecov -v upload-process -Z" +
|
||||
" -f " + cc_dir + "/app_total.info )")
|
||||
cmd = ("ci/codecov -v upload-process -Z" + " -f " + cc_dir +
|
||||
"/app_total.info )")
|
||||
print("print: Not running:")
|
||||
print(" export CODECOV_TOKEN=<hidden>")
|
||||
print(" find . -name '*.gcno' -exec rm {} \;")
|
||||
|
Loading…
Reference in New Issue
Block a user