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 149a892 commit 9a40250Copy full SHA for 9a40250
send_cobertura_to_bitbucket.py
@@ -61,7 +61,7 @@ def parse_cobertura(xml_path, send_all_coverage):
61
summary += " | {} MCDC: {}".format (PARTIAL, mcdcpair_coverage)
62
publishAnnotation = True
63
64
- if publishAnnotation:
+ if True: #publishAnnotation:
65
annotations.append({
66
"path": file_path,
67
"line": num,
0 commit comments