Skip to content

Commit 4965509

Browse files
authored
Update files.py
1 parent 85bce58 commit 4965509

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

coverage_comment/files.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ def compute_files(
6868
minimum_green=minimum_green,
6969
minimum_orange=minimum_orange,
7070
)
71+
print("foo")
72+
73+
if False:
74+
print("bar")
75+
76+
print("yay")
7177
return [
7278
WriteFile(
7379
path=ENDPOINT_PATH,

0 commit comments

Comments
 (0)