Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 27, 2020
1 parent ebc1f36 commit e7b7dd3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ docs/
composer.lock
.phpunit.result.cache
build
Chevere/TestApp/app/
Chevere/TestApp/app/
clover.xml
21 changes: 21 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
build:
environment:
php:
version: 7.4
# dependencies:
# before:
# - composer require phpunit/phpunit:^8 --dev
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
coverage:
tests:
override:
- command: vendor/bin/phpunit --coverage-clover=clover.xml
coverage:
file: clover.xml
format: clover
checks:
php: true
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
}],
"require": {
"php": ">=7.4",
"ext-zend-opcache": "*",
"psr/simple-cache": "~1.0",
"monolog/monolog": "~2.0",
"guzzlehttp/psr7": "~1.6",
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@
<directory>./Chevere/Components/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="./build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit e7b7dd3

Please sign in to comment.