Skip to content

Commit 2a56c98

Browse files
committed
update to create full path needed
1 parent fe43f2c commit 2a56c98

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
@@ -163,7 +163,7 @@ def send_code_coverage_annoations(annotations, workspace, repo_slug, commit_hash
163163
batch = annotations[i:i+100]
164164

165165
if verbose:
166-
print(json.dumps(annotations[1:10]
166+
print(json.dumps(annotations[1:10]))
167167

168168
resp = requests.post(
169169
url,

0 commit comments

Comments
 (0)