Skip to content

Commit bb60b67

Browse files
kt3kbartlomieju
authored andcommitted
docs(test): document DENO_COVERAGE_DIR in help message (#28939)
1 parent a0f383f commit bb60b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/args/flags.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3206,7 +3206,8 @@ or <c>**/__tests__/**</>:
32063206
.conflicts_with("inspect")
32073207
.conflicts_with("inspect-wait")
32083208
.conflicts_with("inspect-brk")
3209-
.help("Collect coverage profile data into DIR. If DIR is not specified, it uses 'coverage/'")
3209+
.help(cstr!("Collect coverage profile data into DIR. If DIR is not specified, it uses 'coverage/'.
3210+
<p(245)>This option can also be set via the DENO_COVERAGE_DIR environment variable."))
32103211
.help_heading(TEST_HEADING),
32113212
)
32123213
.arg(

0 commit comments

Comments
 (0)