-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 9af4f76
fix(@angular/build): update vitest to 4.0.6 and remove coverage workaround
Upgrades Vitest and @vitest/coverage-v8 dependencies to version 4.0.6.
This update allows for the removal of a temporary workaround that augmented `BaseCoverageProvider.prototype.isIncluded` in `executor.ts`. The issue with direct filesystem checks in Vitest's coverage provider has been resolved in version 4.0.6, simplifying the code and relying on the official library's implementation.1 parent 2a24469 commit 9af4f76
File tree
5 files changed
+59
-76
lines changed- modules/testing/builder
- packages/angular/build
- src/builders/unit-test/runners/vitest
- tests/legacy-cli/e2e/utils
5 files changed
+59
-76
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | - | ||
7 | + | ||
8 | 8 | | |
9 | 9 | | |
10 | - | ||
10 | + | ||
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | - | ||
59 | + | ||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | - | ||
77 | + | ||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 0 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | - | ||
147 | 146 | | |
148 | - | ||
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
| |||
158 | 156 | | |
159 | 157 | | |
160 | 158 | | |
161 | - | ||
162 | - | ||
163 | - | ||
164 | - | ||
165 | - | ||
166 | - | ||
167 | - | ||
168 | - | ||
169 | - | ||
170 | - | ||
171 | - | ||
172 | - | ||
173 | - | ||
174 | - | ||
175 | - | ||
176 | 159 | | |
177 | 160 | | |
178 | 161 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | - | ||
6 | + | ||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments