File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ Each plugin exposes its own configuration keys that can be passed as CLI argumen
3939
4040#### Coverage
4141
42- | Option | Type | Default | Description |
43- | ------------------------------- | -------------------------------------- | -------------------- | ------------------------------ |
44- | ** ` --coverage.framework ` ** | ` 'jest' ` \| ` 'vitest' ` \| ` 'other' ` | auto-detected | Test framework |
45- | ** ` --coverage.configFile ` ** | ` string ` | auto-detected | Path to test config file |
46- | ** ` --coverage.reportPath ` ** | ` string ` | ` coverage/lcov.info ` | Path to LCOV report file |
47- | ** ` --coverage.testCommand ` ** | ` string ` | auto-detected | Command to run tests |
48- | ** ` --coverage.types ` ** | ` 'function' ` \| ` 'branch' ` \| ` 'line' ` | all | Coverage types to measure |
49- | ** ` --coverage.continueOnFail ` ** | ` boolean ` | ` true ` | Continue if test command fails |
50- | ** ` --coverage.categories ` ** | ` boolean ` | ` true ` | Add code coverage category |
42+ | Option | Type | Default | Description |
43+ | ------------------------------- | ------------------------------------------ | -------------------- | ------------------------------ |
44+ | ** ` --coverage.framework ` ** | ` 'jest' ` \| ` 'vitest' ` \| ` 'other' ` | auto-detected | Test framework |
45+ | ** ` --coverage.configFile ` ** | ` string ` | auto-detected | Path to test config file |
46+ | ** ` --coverage.reportPath ` ** | ` string ` | ` coverage/lcov.info ` | Path to LCOV report file |
47+ | ** ` --coverage.testCommand ` ** | ` string ` | auto-detected | Command to run tests |
48+ | ** ` --coverage.types ` ** | ` ( 'function'` \| ` 'branch' ` \| ` 'line')[] ` | all | Coverage types to measure |
49+ | ** ` --coverage.continueOnFail ` ** | ` boolean ` | ` true ` | Continue if test command fails |
50+ | ** ` --coverage.categories ` ** | ` boolean ` | ` true ` | Add code coverage category |
5151
5252### Examples
5353
You can’t perform that action at this time.
0 commit comments