|
Ran
|
Jobs
3
|
Files
109
|
Run time
4min
|
Badge
README BADGES
|
push
travis-ci
Add 'inserted' diff-marker to the correct node * Firstly, 179b04141 was incorrectly adding that marker to the parent of the inserted <br /> which incorrectly flagged the entire parent's subtree as being inserted. This then triggered the assertion in the bug report since that subtree could have had other inserted nodes. * Secondly, when the <br /> is being inserted to the sibling node, verify that the sibling node is not inserted content already. Without this check, we get parser test crashers (yay!). Bug: T194083 Change-Id: I5d4baf675
9381 of 11765 branches covered (79.74%)
15104 of 17791 relevant lines covered (84.9%)
75628.12 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2101.1 | 0 |
84.9 |
Travis Job 2101.1 | |
| 2 | 2101.2 | 0 |
84.9 |
Travis Job 2101.2 | |
| 3 | 2101.3 | 0 |
84.9 |
Travis Job 2101.3 |