|
Ran
|
Jobs
4
|
Files
67
|
Run time
4min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/mediawiki-extensions-WikibaseQualityConstraints/commit/77971f0d1">Minor ViolationMessageRenderer improvements 1. Make all ViolationMessageRenderer::render*() methods return a list of params, instead of some methods returning a single param and some returning a list of them – previously, this was unified in renderArgument(), using some ugly magic to determine whether the returned value was a single param (which is also an array), or an array of them. This requires some changes for renderList(), since its $render functions now also return a list of params (previously, it assumed that $render returned a single param, though I wasn’t actually aware of that subtlety – it just worked out with renderEntityId(), renderItemIdSnakValue() and renderConstraintScope()). 2. Add documentation comments to all functions, based on change I1bd065c27f. Methods that are also used for renderList(), and therefore need to return a very particular form of params, document this explicitly, while all other methods stay vague and return “a list that you can feed into Message::params()”, without specifying the number or format of params. Bug: T185710 Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/mediawiki-extensions-WikibaseQualityConstraints/commit/dba51fd45">dba51fd45</a>
3371 of 3900 relevant lines covered (86.44%)
16.76 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 820.1 (DBTYPE=mysql) | 0 |
86.42 |
Travis Job 820.1 | |
| 2 | 820.2 (DBTYPE=sqlite) | 0 |
86.34 |
Travis Job 820.2 | |
| 5 | 820.5 (DBTYPE=mysql) | 0 |
86.79 |
Travis Job 820.5 | |
| 6 | 820.6 (DBTYPE=sqlite) | 0 |
86.72 |
Travis Job 820.6 |