src/MultiTester/Project.php
changed.
Other files ignored by Codecov
tests/ProjectTest.php
has changed.
tests/GitHubTest.php
has changed.
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 | 206 | 99.58% |
Project Totals (13 files) | 206 | 99.58% |
7.2=.2 TRAVIS_OS_NAME=linux
7.1=.1 TRAVIS_OS_NAME=linux
TRAVIS_OS_NAME=linux 7.4=.4
7.3=.3 TRAVIS_OS_NAME=linux