@@ -1341,16 +1341,16 @@ changes:
1341
1341
* ` coverageExcludeGlobs ` {string|Array} Excludes specific files from code coverage
1342
1342
using a glob pattern, which can match both absolute and relative file paths.
1343
1343
This property is only applicable when ` coverage ` was set to ` true ` .
1344
- If both ` --test-coverage-exclude ` and ` --test-coverage-include ` are provided,
1344
+ If both ` coverageExcludeGlobs ` and ` coverageIncludeGlobs ` are provided,
1345
1345
files must meet ** both** criteria to be included in the coverage report.
1346
- However, if there is an overlap between the two, ` --test-coverage-include ` takes precedence.
1346
+ However, if there is an overlap between the two ` coverageIncludeGlobs ` takes precedence.
1347
1347
** Default:** ` undefined ` .
1348
1348
* ` coverageIncludeGlobs ` {string|Array} Includes specific files in code coverage
1349
1349
using a glob pattern, which can match both absolute and relative file paths.
1350
1350
This property is only applicable when ` coverage ` was set to ` true ` .
1351
- If both ` --test-coverage-exclude ` and ` --test-coverage-include ` are provided,
1351
+ If both ` coverageExcludeGlobs ` and ` coverageIncludeGlobs ` are provided,
1352
1352
files must meet ** both** criteria to be included in the coverage report.
1353
- However, if there is an overlap between the two, ` --test-coverage-include ` takes precedence.
1353
+ However, if there is an overlap between the two ` coverageIncludeGlobs ` takes precedence.
1354
1354
By default, the test files are excluded from code coverage. They can be explicitly
1355
1355
included via this flag.
1356
1356
** Default:** ` undefined ` .
0 commit comments