Skip to content

Commit fbc2a76

Browse files
committed
ci
1 parent a8339a4 commit fbc2a76

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

.scrutinizer.yml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
filter:
2-
paths:
3-
- 'src/*'
4-
checks:
5-
php:
6-
uppercase_constants: true
7-
simplify_boolean_return: true
8-
return_doc_comments: true
9-
properties_in_camelcaps: true
10-
phpunit_assertions: true
11-
parameters_in_camelcaps: true
12-
parameter_doc_comments: true
13-
14-
coding_style:
15-
php: { }
16-
17-
tools:
18-
external_code_coverage: false
2+
paths: ['src/*']
193

204
build:
215
environment:
226
php:
237
version: 8.0
24-
258
tests:
269
override:
27-
-
28-
command: 'vendor/bin/phpunit --configuration ./test/phpunit.xml --coverage-clover=test/clover.xml'
10+
- php-scrutinizer-run --enable-security-analysis
11+
- command: 'XDEBUG_MODE=coverage ./vendor/bin/phpunit --config test/phpunit.xml --coverage-clover=test/clover.xml'
2912
coverage:
3013
file: 'test/clover.xml'
3114
format: 'clover'
15+
16+
tools:
17+
external_code_coverage: false

0 commit comments

Comments
 (0)