You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/deploy.metadata.report.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,15 @@ Use the job ID of the most recent deploy operation.
40
40
# flags.use-most-recent.description
41
41
42
42
For performance reasons, this flag uses job IDs for deploy operations that started only in the past 3 days or less. If your most recent operation was more than 3 days ago, this flag won't find a job ID.
43
+
44
+
# flags.junit
45
+
46
+
output JUnit test results
47
+
48
+
# flags.coverage-formatters
49
+
50
+
format of the code coverage results
51
+
52
+
# flags.results-dir
53
+
54
+
output directory for code coverage and JUnit results; defaults to the deploy ID
0 commit comments