|
Ran
|
Jobs
3
|
Files
124
|
Run time
7min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/b19ec0137">Use empty to check for boolean properties instead of isset * isset returns true if the property is set even if the value of the property is false. For all boolean flags, we want to use empty instead that does the right thing. * Fixes a parser test failure encountered in hybrid testing where the autoinserted* flag was being set (to false) in data-parsoid across JS-PHP serialization boundaries which then cause computeDSR pass to compute the wrong thing because it was using isset. Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/f4a46b294">f4a46b294</a>
9526 of 12018 branches covered (79.26%)
14758 of 17509 relevant lines covered (84.29%)
91015.54 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2487.1 | 0 |
84.29 |
Travis Job 2487.1 | |
| 2 | 2487.2 | 0 |
84.29 |
Travis Job 2487.2 | |
| 3 | 2487.3 | 0 |
84.29 |
Travis Job 2487.3 |