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
83651e6
... +0 ...
5df2528
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
228 | 228 | if ($reference || $successOnly) { |
|
229 | 229 | if ($successOnly ?? false) { |
|
230 | 230 | if (!preg_match('/(?:https?:\/\/github\.com\/|git@github\.com:)([^\/]+\/[^\/]+)(?:\.git)?$/U', $settings['source']['url'], $match)) { |
|
231 | - | throw new MultiTesterException('success_only can be used only with github.com source URLs for now.'); |
|
231 | + | throw new MultiTesterException("'success_only' can be used only with github.com source URLs for now."); |
|
232 | 232 | } |
|
233 | 233 | ||
234 | 234 | $gitHub = new GitHub($match[1], $this->config->executor); |
Files | Complexity | Coverage |
---|---|---|
src/MultiTester | ø | 0.42% 99.58% |
Project Totals (13 files) | 206 | 99.58% |
5df2528
83651e6