mirror of https://github.com/ARMmbed/mbed-os.git
fix coverage exclude paths on Windows
parent
2e5e23f7c1
commit
cad2761687
|
@ -134,7 +134,7 @@ class UnitTestTool(object):
|
|||
"./coverage.xml"])
|
||||
|
||||
for path in excludes:
|
||||
args.extend(["-e", path])
|
||||
args.extend(["-e", path.replace("\\", "/")])
|
||||
|
||||
if logging.getLogger().getEffectiveLevel() == logging.DEBUG:
|
||||
args.append("-v")
|
||||
|
|
Loading…
Reference in New Issue