File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ build :
2+ nodes :
3+ analysis :
4+ tests :
5+ stop_on_failure : true
6+ override :
7+ - php-scrutinizer-run
8+ environment :
9+ php :
10+ version : ' 7.3'
11+ dependencies :
12+ override :
13+ - composer install --no-interaction --prefer-source
14+
15+ filter :
16+ excluded_paths :
17+ - ' Tests/'
18+ - ' vendor/'
19+
20+ tools :
21+ php_analyzer : true
22+ external_code_coverage : true
Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ addons:
1919 - memcached
2020
2121php :
22- - 7.1
2322 - 7.2
2423 - 7.3
24+ - 7.4
25+ - nightly
2526
2627matrix :
2728 fast_finish : true
@@ -40,4 +41,4 @@ script:
4041 - vendor/bin/phpunit --coverage-clover build/coverage/clover.xml
4142
4243after_success :
43- - travis_retry vendor/bin/codacycoverage clover build/coverage/clover.xml
44+ - travis_retry vendor/bin/ocular code-coverage:upload --format=php- clover build/coverage/clover.xml
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ Koded Session
33
44[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/koded/session.svg )] ( https://packagist.org/packages/koded/session )
55[ ![ Build Status] ( https://travis-ci.org/kodedphp/session.svg?branch=master )] ( https://travis-ci.org/kodedphp/session )
6- [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Coverage/358e1c798c0c4af8bec25a0adb2671e2 )] ( https://www.codacy.com/app/kodeart/session )
7- [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/358e1c798c0c4af8bec25a0adb2671e2 )] ( https://www.codacy.com/app/kodeart/session )
8- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.1.4-8892BF.svg )] ( https://php.net/ )
6+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/kodedphp/session/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/kodedphp/session/?branch=master )
7+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/kodedphp/session/badges/quality-score.png?b=master )] (https://scrutinizer-ci.com/g/kodedphp/session/?[![Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.1.4-8892BF.svg )] ( https://php.net/ )
98[ ![ Software license] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( LICENSE )
109
1110
Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .0
Original file line number Diff line number Diff line change 4444 },
4545 "require-dev" : {
4646 "phpunit/phpunit" : " ~7" ,
47- "codacy/coverage " : " dev-master "
47+ "scrutinizer/ocular " : " ^1.6 "
4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-master" : " 1.0 -dev"
51+ "dev-master" : " 1.x -dev"
5252 }
5353 }
5454}
You can’t perform that action at this time.
0 commit comments