-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit b017f84
fix(@schematics/angular): improve coverage directory handling for Karma configuration comparisons
Analysis and comparison of coverage reporter directories has been improved.
This provides more accurate removal of default configurations in favor of the
built-in default configuration.1 parent d80dae2 commit b017f84
File tree
4 files changed
+23
-23
lines changed- packages/schematics/angular/migrations/karma
4 files changed
+23
-23
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 | - | ||
123 | + | ||
124 | + | ||
124 | 125 |
| |
125 | - | ||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | - | ||
138 | + | ||
139 | + | ||
139 | 140 |
| |
140 | - | ||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | - | ||
145 | + | ||
146 | + | ||
146 | 147 |
| |
147 | - | ||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 | - | ||
156 | - | ||
155 | + | ||
156 | + | ||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 | - | ||
258 | + | ||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 | - | ||
262 | + | ||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 | - | ||
275 | + | ||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 | - | ||
291 | + | ||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 | - | ||
299 | - | ||
298 | + | ||
299 | + | ||
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
19 | + | ||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
50 | - | ||
49 | + | ||
51 | 50 |
| |
51 | + | ||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | - | ||
42 | + | ||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | - | ||
77 | + | ||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 | - | ||
253 | + | ||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 | - | ||
307 | + | ||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 | - | ||
371 | + | ||
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 | - | ||
417 | + | ||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
|
0 commit comments