From 2570e64b1d22a7893e2f9766eb9bd5165efbd7b4 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Thu, 6 Aug 2026 12:26:27 +0900 Subject: [PATCH] Update node completion version 26.7 --- src/_node | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_node b/src/_node index dba0573..f49391c 100644 --- a/src/_node +++ b/src/_node @@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for Node.js v26.5.0 (https://nodejs.org) +# Completion script for Node.js v26.7.0 (https://nodejs.org) # # ------------------------------------------------------------------------------ # Authors @@ -236,6 +236,7 @@ _node() { '--test-coverage-exclude=[exclude files from coverage report that match this glob pattern]:pattern' \ '--test-coverage-functions=[the function coverage minimum threshold]:threshold' \ '--test-coverage-include=[include files from coverage report that match this glob pattern]:pattern' \ + '--test-coverage-include-all[include source files that were never loaded in the coverage report]' \ '--test-coverage-lines=[the line coverage minimum threshold]:threshold' \ '--test-force-exit[force test runner to exit upon completion]' \ '--test-global-setup=[specify the path to the global setup file]:file:_files' \