|
Ran
|
Jobs
3
|
Files
113
|
Run time
2min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/5eb169010">Split utils/DOMUtils.js into separate functional units * DOMUtils was perhaps the biggest kitchen sink utility class we had with different classes of utilities. * The split reflects a clear dependence hierarchy: DOMUtils -> DOMDataUtils -> WTUtils -> ContentUtils This also seems to reflect a bit in the use patterns. Content helpers are not used as much in html2wt. * DOMUtils now only has DOM utilities that are independent of Parsoid and could be useful in another project. * Moved a couple helpers into WTSUtils.js since they are very narrowly scoped to html2wt functionality and are unlikely to be every useful elsewhere. * Moved diffing related utils to html2wt/DiffUtils.js - There is still a dependency in development / debug mode when doms have to be dumped. I couldn't think of an easy way of removing this dependency. - But otherwise, DiffUtils is scoped to html2wt use cases only. * One more circular dependency eliminated. * All tests pass. Bug: T208360 Bug: T205333 Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/522e8b5c7">522e8b5c7</a>
9375 of 11773 branches covered (79.63%)
15178 of 17883 relevant lines covered (84.87%)
75911.58 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2116.1 | 0 |
84.87 |
Travis Job 2116.1 | |
| 2 | 2116.2 | 0 |
84.87 |
Travis Job 2116.2 | |
| 3 | 2116.3 | 0 |
84.87 |
Travis Job 2116.3 |