Ran
|
Files
116
|
Run time
9s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/d3130dce4">Make transform test runners quiet by default; fix "" handling in KVs * But, in order to show that the tests are actually running, we output a test run summary in the end with # passes and # fails. * Also fixed a bug with CI runs not detecting failed transform test runs * That bug fix then exposed some discrepancies between the JS & PHP code wrt handling of "" strings in KV tokens. 1. Fixed KV token ported code to handle "" strings similar to how the JS side handles it. 2. Added a toJSON method to KV token to not emit "" attributes even if some Parsoid code updates it directly to "" string. 3. Updated quote-Skating transform tests to remove the vsrc: "" empty string serialization as well. Bug: T214725 Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/4103b5df1">4103b5df1</a>
9436 of 11867 branches covered (79.51%)
14878 of 17601 relevant lines covered (84.53%)
29427.43 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|---|---|---|---|---|---|---|---|---|
10.46 | lib/api/ParsoidService.js | 255 + 188 | 115 + 78 | 16 - 21 | 99 + 99 | 1.0 - 0.2 | |||
12.61 | lib/api/apiUtils.js | 621 + 555 | 220 + 193 | 45 + 20 | 175 + 173 | 4.0 - 13968 | |||
27.5 | lib/language/LanguageSr.js | 91 + 23 | 30 - 7 | 11 - 26 | 19 + 19 | 6.0 + 2 | |||
31.25 | lib/logger/LintLogger.js | 134 + 99 | 54 + 36 | 19 + 6 | 35 + 30 | 85.0 + 83 | |||
32.43 | lib/utils/Diff.js | 330 + 323 | 190 + 187 | 68 + 66 | 122 + 121 | 372.0 + 371 | |||
40.0 | lib/utils/ContentUtils.js | 278 | 126 | 57 | 69 | 80964.0 - 3 | |||
40.61 | lib/parse.js | 283 + 269 | 121 + 117 | 58 + 54 | 63 + 63 | 1.0 | |||
41.08 | tools/ScriptUtils.js | 500 + 485 | 103 + 97 | 47 + 41 | 56 + 56 | 5719.0 + 5718 | |||
47.62 | lib/language/Language.js | 63 + 26 | 15 + 2 | 8 - 5 | 7 + 7 | 9.0 - 55 | |||
52.94 | lib/language/LanguageEn.js | 40 - 64 | 13 - 13 | 9 - 16 | 4 + 3 | 1.0 |