We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3dcf9 commit 11f9343Copy full SHA for 11f9343
send_cobertura_to_bitbucket.py
@@ -65,7 +65,7 @@ def parse_cobertura(xml_path, send_all_coverage):
65
annotations.append({
66
"path": file_path,
67
"line": num,
68
- "external_id": "{}#{}".format(file_path,num)
+ "external_id": "{}#{}".format(file_path,num),
69
'message' : summary
70
}
71
)
0 commit comments