-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit c8c7318
fix(@angular/build): ensure matching coverage excludes with karma on Windows
When on Windows, the coverage exclusion paths need to be made
absolute via the Node.js path builtin to ensure matching
with the files during the build process.1 parent c39c344 commit c8c7318
File tree
1 file changed
+1
-1
lines changed- packages/angular/build/src/builders/karma
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
617 | - | ||
617 | + | ||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
|
0 commit comments