Ran
|
Jobs
3
|
Files
153
|
Run time
8min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Validate @covers tags and fix all the broken ones PHPUnit requires that @covers tags are well-formed, otherwise it will immediately fail and not generate any coverage. They must be fully qualified (full namespace) and don't respect namespace/use statements. The best way to do this going forwards is to have a @coversDefaultClass at the top of the test, and then use @covers ::funcName for each individual test case. I've done that for all the tests that were broken. And covers-validator will now run as part of CI to prevent future regressions. Bug: T226276 Change-Id: I246c5e011
9539 of 12018 branches covered (79.37%)
14926 of 17658 relevant lines covered (84.53%)
90483.83 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 2746.1 | 153 |
84.53 |
Travis Job 2746.1 | |
2 | 2746.2 | 153 |
84.53 |
Travis Job 2746.2 | |
3 | 2746.3 | 153 |
84.56 |
Travis Job 2746.3 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|