Skip to content

Commit 9a40250

Browse files
committed
updates
1 parent 149a892 commit 9a40250

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
@@ -61,7 +61,7 @@ def parse_cobertura(xml_path, send_all_coverage):
6161
summary += " | {} MCDC: {}".format (PARTIAL, mcdcpair_coverage)
6262
publishAnnotation = True
6363

64-
if publishAnnotation:
64+
if True: #publishAnnotation:
6565
annotations.append({
6666
"path": file_path,
6767
"line": num,

0 commit comments

Comments
 (0)