|
Ran
|
Jobs
3
|
Files
124
|
Run time
7min
|
Badge
README BADGES
|
push
travis-ci
Fix onSOL buglet in html2wt introduced by refactor In 4d6aa7245 the code was refactored and `res.match(regexp)` was swapped around to `regexp.test(res)`. Unfortunately, `res` is a `ConstrainedText` class, not a `string`, and `ConstrainedText#match` is a special helper function. Swap it back to fix the inadvertent breakage. Change-Id: Ia6ce1f685
9516 of 12008 branches covered (79.25%)
14753 of 17511 relevant lines covered (84.25%)
90120.58 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2515.1 | 0 |
84.25 |
Travis Job 2515.1 | |
| 2 | 2515.2 | 0 |
84.25 |
Travis Job 2515.2 | |
| 3 | 2515.3 | 0 |
84.25 |
Travis Job 2515.3 |