You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The coverage is also displayed as a percentage in the editor's status bar:
22
22
23
23
-`simplecov.coverShowCounts`: When generating code coverage, should hit & branch coverage counts be shown inline. Defaults to `false`.
24
24
-`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`.
25
26
-`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.
26
27
-`type`: Choose between `highlight` and `gutter`. Defaults to `highlight`.
27
28
-`coveredHighlightColor`: The highlight color to use for highlighting covered code.
0 commit comments