|
Ran
|
Jobs
3
|
Files
124
|
Run time
7min
|
Badge
README BADGES
|
push
travis-ci
NoInclude, IncludeOnly and OnlyInclude transformers porting * Fixed some bugs and made it Phan compliant. * Switched from json_encode to PHPUtils::jsonEncode, also many other minor code changes. * Fixed KV constructor to actually create ksrc and vsrc key if the value passed is "0" which apparently is being seen a false or null. Also fixed jsonSerialize which was not using isset( $this->vsrc and ->ksrc ) causing it to not display values of "0". * NoInclude, IncludeOnly and OnlyInclude now passing parserTests using JS2PHP system. * There are 20 BlackListed tests with changed output and in OnlyInclude mode, 2 tests fail on parserTests but not when the wikitext is extracted and genTest generated and run using TransformTest.php * transformTests.js also looks for a .wt companion file... * TransformTests.php now looks for a .wt companion file to a customWikiText.txt produced by genTest so that transformers which refer to the wikitext source can access the actual source used to produce the test. This function is automatic and requires no command line switches to use, as long as the cusomtWikiText.wt is in the same directory as the .txt file. Change-Id: I3b4cf5148
9526 of 12004 branches covered (79.36%)
14770 of 17510 relevant lines covered (84.35%)
89586.63 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2465.1 | 0 |
84.35 |
Travis Job 2465.1 | |
| 2 | 2465.2 | 0 |
84.35 |
Travis Job 2465.2 | |
| 3 | 2465.3 | 0 |
84.35 |
Travis Job 2465.3 |