Skip to content

Commit e2cd76d

Browse files
committed
updates
1 parent b847807 commit e2cd76d

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
@@ -212,7 +212,7 @@ def run(filename, minimum_passing_coverage, verbose):
212212
encFmt = getVectorCASTEncoding()
213213

214214

215-
with open("coverage_results.dat", "w") as fd:
215+
with open("coverage_results.dat", "wb") as fd:
216216
fd.write(json.dumps(annotations).encode(encFmt,'replace'))
217217

218218
send_code_coverage_annoations(

0 commit comments

Comments
 (0)