Skip to content

Commit 512db2f

Browse files
committed
updates
1 parent 1bf662d commit 512db2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

send_cobertura_to_bitbucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def run(filename, minimum_passing_coverage, send_all_coverage, verbose):
222222
encFmt = getVectorCASTEncoding()
223223

224224

225-
with open("coverage_results.dat", "wb") as fd:
225+
with open("coverage_results.json", "wb") as fd:
226226
fd.write(json.dumps(annotations).encode(encFmt,'replace'))
227227

228228
send_code_coverage_annoations(

0 commit comments

Comments
 (0)