We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b6705 commit 35fe2c9Copy full SHA for 35fe2c9
.travis.yml
@@ -28,3 +28,5 @@ script:
28
- if [[ $EXECUTE_COVERAGE == 'true' ]]; then phpdbg -qrr ./vendor/bin/phpunit --coverage-text --coverage-clover=./build/logs/clover.xml ; fi
29
- if [[ $EXECUTE_COVERAGE != 'true' ]]; then ./vendor/bin/phpunit ; fi
30
31
+after_script:
32
+ - if [[ $EXECUTE_COVERAGE == 'true' ]]; then ./vendor/bin/ocular code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi
composer.json
@@ -16,7 +16,8 @@
16
"ext-json": "*"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "~6.4.4"
+ "phpunit/phpunit": "~6.4.4",
20
+ "scrutinizer/ocular": "~1.1"
21
22
"autoload": {
23
"psr-4": {
0 commit comments