Skip to content

Commit 55fe77e

Browse files
committed
Add documentation for simplecov.coverageDirectory setting
1 parent 25e40a3 commit 55fe77e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The coverage is also displayed as a percentage in the editor's status bar:
2222

2323
- `simplecov.coverShowCounts`: When generating code coverage, should hit & branch coverage counts be shown inline. Defaults to `false`.
2424
- `simplecov.coverageOptions`: Use these options to control whether only covered or only uncovered code or both should be highlighted after generating a coverage report. Defaults to `showBothCoveredAndUncoveredCode`.
25+
- `simplecov.coverageDirectory`: The path to the coverage directory. This is relative to the workspace root. Defaults to `coverage`.
2526
- `simplecov.coverageDecorator`: This option lets you style the way code coverage is displayed. Choose either to highlight the complete line or to show an indicator in the gutter.
2627
- `type`: Choose between `highlight` and `gutter`. Defaults to `highlight`.
2728
- `coveredHighlightColor`: The highlight color to use for highlighting covered code.

0 commit comments

Comments
 (0)