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/Config.php | ø | 100.00% |
src/MultiTester/Directory.php | ø | 100.00% |
src/MultiTester/File.php | ø | 100.00% |
src/MultiTester/GitHub.php | ø | 100.00% |
src/MultiTester/MultiTester.php | ø | 100.00% |
src/MultiTester/Project.php | ø | +1.23% 98.77% |
src/MultiTester/Summary.php | ø | 100.00% |
src/MultiTester/Traits/MultiTesterFile.php | ø | 100.00% |
src/MultiTester/Traits/ProcStreams.php | ø | 100.00% |
src/MultiTester/Traits/StorageDirectory.php | ø | 100.00% |
src/MultiTester/Traits/TravisFile.php | ø | 100.00% |
src/MultiTester/Traits/Verbose.php | ø | 100.00% |
src/MultiTester/Traits/WorkingDirectory.php | ø | 100.00% |
Project Totals (13 files) | 206 | 99.58% |
5df2528
83651e6