Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibaswan committed Sep 5, 2024
1 parent eec839b commit 0540b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def testgo():
)
os.chdir("..")
result = re.findall(r"coverage:.*\s(\d+)", ret)[0]
print(result)
print("result is", int(result))
print("ret = ", ret)
if int(result) < go_coverage_threshold:
Expand Down

0 comments on commit 0540b13

Please sign in to comment.