Skip to content

Commit 112b279

Browse files
committed
Store code-coverage-report.json artifact for two weeks
The same period of time we used to store it when the artifact was defined as part of the hook.
1 parent 6e41182 commit 112b279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/code_coverage_bot/hooks/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(self):
126126
"public/code-coverage-report.json",
127127
report_text,
128128
"application/json",
129-
timedelta(days=29),
129+
timedelta(days=14),
130130
)
131131

132132
# Index on Taskcluster

0 commit comments

Comments
 (0)