|
113 | 113 | "description": "Toggle Codecov line coverage decorations.", |
114 | 114 | "order": 0 |
115 | 115 | }, |
| 116 | + "codecov.coverage.colors.covered": { |
| 117 | + "type": "string", |
| 118 | + "default": "rgb(33,181,119)", |
| 119 | + "description": "The CSS color Codecov should use for covered lines (e.g., green, hsl(120deg 100% 50%), #00FF00).", |
| 120 | + "order": 1 |
| 121 | + }, |
| 122 | + "codecov.coverage.colors.partial": { |
| 123 | + "type": "string", |
| 124 | + "default": "rgb(244,176,27)", |
| 125 | + "description": "The CSS color Codecov should use for partial lines (e.g., green, hsl(120deg 100% 50%), #00FF00).", |
| 126 | + "order": 2 |
| 127 | + }, |
| 128 | + "codecov.coverage.colors.missed": { |
| 129 | + "type": "string", |
| 130 | + "default": "rgb(245,32,32)", |
| 131 | + "description": "The CSS color Codecov should use for missed lines (e.g., green, hsl(120deg 100% 50%), #00FF00).", |
| 132 | + "order": 3 |
| 133 | + }, |
116 | 134 | "codecov.api.gitProvider": { |
117 | 135 | "type": "string", |
118 | 136 | "default": "github", |
119 | 137 | "enum": ["github", "github_enterprise", "gitlab", "gitlab_enterprise", "bitbucket", "bitbucket_server"], |
120 | 138 | "description": "Where are your repositories hosted?", |
121 | | - "order": 1 |
| 139 | + "order": 4 |
122 | 140 | }, |
123 | 141 | "codecov.api.url": { |
124 | 142 | "type": "string", |
125 | 143 | "default": "https://api.codecov.io", |
126 | 144 | "format": "url", |
127 | 145 | "description": "If you're self-hosting Codecov, update this to point to your self-hosted API.", |
128 | | - "order": 2 |
| 146 | + "order": 5 |
129 | 147 | } |
130 | 148 | } |
131 | 149 | } |
|
0 commit comments