Skip to content

Commit ebaf14b

Browse files
author
Bastien Abadie
committed
Fix bug on try workflow
1 parent f85942b commit ebaf14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/code_coverage_bot/codecov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def go_from_trigger_try(self):
245245

246246
self.retrieve_source_and_artifacts()
247247

248-
reports = self.build_reports(only=("all", "all"))
248+
reports = self.build_reports(only=[("all", "all")])
249249
full_path = reports.get(("all", "all"))
250250
assert full_path is not None, "Missing full report (all:all)"
251251
report = json.load(open(full_path))

0 commit comments

Comments
 (0)