Skip to content

Commit a8ea6e8

Browse files
author
Bastien Abadie
committed
Fix report path for artifact upload.
1 parent 1206ae9 commit a8ea6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/taskcluster-hook-repo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"artifacts": {
4646
"public/code-coverage-report.json": {
4747
"expires": {"$fromNow": "2 weeks"},
48-
"path": "/build/ccov-reports/all:all.json",
48+
"path": "/build/ccov-reports/all.all.json",
4949
"type": "file"
5050
}
5151
},

0 commit comments

Comments
 (0)