Skip to content

Commit 0854a17

Browse files
committed
getting the correct directory
1 parent 3a05979 commit 0854a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcast_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def sendToBitBucket(self):
364364
useStartLine = False)
365365

366366
name = os.path.splitext(os.path.basename(self.FullMP))[0] + ".xml"
367-
fname = os.path.join("coverage","coverage_results_" + name)
367+
fname = os.path.join("coverage","cobertura","coverage_results_" + name)
368368

369369
send_cobertura_to_bitbucket.run(
370370
filename = fname,

0 commit comments

Comments
 (0)