diff --git a/replacements.json b/replacements.json index fe446cbfc..af089707f 100644 --- a/replacements.json +++ b/replacements.json @@ -1,3 +1,3 @@ { - "CLI_VERSION": "2.7.2" + "CLI_VERSION": "2.7.3" } diff --git a/runtime/reference/cli/_commands_reference.json b/runtime/reference/cli/_commands_reference.json index 8604827fe..9404cd916 100644 --- a/runtime/reference/cli/_commands_reference.json +++ b/runtime/reference/cli/_commands_reference.json @@ -8171,6 +8171,11 @@ "description": "Enable Node.js compatibility mode - extensionless imports, built-in\nNode.js modules, CommonJS detection and more.", "example": null }, + { + "name": "DENO_COVERAGE_DIR", + "description": "Set the directory for collecting code coverage profiles.\nEquivalent to using the --coverage flag.", + "example": null + }, { "name": "DENO_DIR", "description": "Set the cache directory",