Skip to content

Commit 11f9343

Browse files
committed
updates
1 parent 7e3dcf9 commit 11f9343

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
@@ -65,7 +65,7 @@ def parse_cobertura(xml_path, send_all_coverage):
6565
annotations.append({
6666
"path": file_path,
6767
"line": num,
68-
"external_id": "{}#{}".format(file_path,num)
68+
"external_id": "{}#{}".format(file_path,num),
6969
'message' : summary
7070
}
7171
)

0 commit comments

Comments
 (0)