Commit 9c55f2b
Use "inputSourceMap" for coverage re-mapping. (#4009)
* Use "inputSourceMap" for coverage re-mapping.
Use "inputSourceMap" instead of read from file.
The "babel-plugin-istanbul" can use the input source map from "inputSourceMap" or "inlineSourceMap".
The final source map from babel is not suitable for the coverage re-mapping.
The "istanbul" will ignore the "inputSourceMap", if it already registered.
* Fix issue of "inputSourceMap".
* Fix issue of "inputSourceMap".
* Fix issue of "inputSourceMap".
* Fix issue of "inputSourceMap".
* Fix issue of "inputSourceMap".
* Fix issue of "inputSourceMap".1 parent f48a788 commit 9c55f2b
1 file changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
64 | 75 | | |
65 | 76 | | |
66 | 77 | | |
| |||
0 commit comments