No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
5f1c28d
... +0 ...
da3c24f
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
233 | 233 | ||
234 | 234 | $gitHub = new GitHub($match[1]); |
|
235 | 235 | $reference = $gitHub->getFirstSuccessfulCommit($reference); |
|
236 | - | ||
237 | - | var_dump($reference); |
|
238 | - | exit; |
|
239 | 236 | } |
|
240 | 237 | ||
241 | 238 | $settings['clone'][] = 'git checkout ' . $reference . ($this->config->quiet ? ' --quiet' : ''); |
Files | Complexity | Coverage |
---|---|---|
src/MultiTester | ø | 0.39% 93.68% |
Project Totals (13 files) | 206 | 93.68% |
da3c24f
5f1c28d