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 6ae8d2e commit 7c56006Copy full SHA for 7c56006
1 file changed
.scrutinizer.yml
@@ -0,0 +1,22 @@
1
+checks:
2
+ php: true
3
+
4
+filter:
5
+ excluded_paths:
6
+ - 'features/'
7
+ - 'tests/'
8
9
+build:
10
+ environment:
11
+ # Languages
12
+ php:
13
+ version: "7.1"
14
15
+ tests:
16
+ override:
17
+ -
18
+ command: 'vendor/bin/phpunit --coverage-clover=build/phpunit.clover'
19
+ coverage:
20
+ file: 'build/phpunit.clover'
21
+ format: 'clover'
22
+ - php-scrutinizer-run
0 commit comments