We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f383f commit bb60b67Copy full SHA for bb60b67
cli/args/flags.rs
@@ -3206,7 +3206,8 @@ or <c>**/__tests__/**</>:
3206
.conflicts_with("inspect")
3207
.conflicts_with("inspect-wait")
3208
.conflicts_with("inspect-brk")
3209
- .help("Collect coverage profile data into DIR. If DIR is not specified, it uses 'coverage/'")
+ .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."))
3211
.help_heading(TEST_HEADING),
3212
)
3213
.arg(
0 commit comments