@@ -490,40 +490,6 @@ For example, to run a module with "development" resolutions:
490
490
node -C development app.js
491
491
```
492
492
493
- ### ` --test-coverage-exclude `
494
-
495
- <!-- YAML
496
- added:
497
- - v22.5.0
498
- -->
499
-
500
- > Stability: 1 - Experimental
501
-
502
- Excludes specific files from code coverage using a glob pattern, which can match
503
- both absolute and relative file paths.
504
-
505
- This option may be specified multiple times to exclude multiple glob patterns.
506
-
507
- If both ` --test-coverage-exclude ` and ` --test-coverage-include ` are provided,
508
- files must meet ** both** criteria to be included in the coverage report.
509
-
510
- ### ` --test-coverage-include `
511
-
512
- <!-- YAML
513
- added:
514
- - v22.5.0
515
- -->
516
-
517
- > Stability: 1 - Experimental
518
-
519
- Includes specific files in code coverage using a glob pattern, which can match
520
- both absolute and relative file paths.
521
-
522
- This option may be specified multiple times to include multiple glob patterns.
523
-
524
- If both ` --test-coverage-exclude ` and ` --test-coverage-include ` are provided,
525
- files must meet ** both** criteria to be included in the coverage report.
526
-
527
493
### ` --cpu-prof `
528
494
529
495
<!-- YAML
@@ -2223,6 +2189,40 @@ added:
2223
2189
The maximum number of test files that the test runner CLI will execute
2224
2190
concurrently. The default value is ` os.availableParallelism() - 1 ` .
2225
2191
2192
+ ### ` --test-coverage-exclude `
2193
+
2194
+ <!-- YAML
2195
+ added:
2196
+ - v22.5.0
2197
+ -->
2198
+
2199
+ > Stability: 1 - Experimental
2200
+
2201
+ Excludes specific files from code coverage using a glob pattern, which can match
2202
+ both absolute and relative file paths.
2203
+
2204
+ This option may be specified multiple times to exclude multiple glob patterns.
2205
+
2206
+ If both ` --test-coverage-exclude ` and ` --test-coverage-include ` are provided,
2207
+ files must meet ** both** criteria to be included in the coverage report.
2208
+
2209
+ ### ` --test-coverage-include `
2210
+
2211
+ <!-- YAML
2212
+ added:
2213
+ - v22.5.0
2214
+ -->
2215
+
2216
+ > Stability: 1 - Experimental
2217
+
2218
+ Includes specific files in code coverage using a glob pattern, which can match
2219
+ both absolute and relative file paths.
2220
+
2221
+ This option may be specified multiple times to include multiple glob patterns.
2222
+
2223
+ If both ` --test-coverage-exclude ` and ` --test-coverage-include ` are provided,
2224
+ files must meet ** both** criteria to be included in the coverage report.
2225
+
2226
2226
### ` --test-force-exit `
2227
2227
2228
2228
<!-- YAML
0 commit comments