Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
17
vendor/kingflamez/laravelrave/.scrutinizer.yml
vendored
Normal file
17
vendor/kingflamez/laravelrave/.scrutinizer.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
checks:
|
||||
php: true
|
||||
filter:
|
||||
paths: ["src/*"]
|
||||
excluded_paths:
|
||||
- tests/*
|
||||
- resources/*
|
||||
- vendors/*
|
||||
|
||||
build:
|
||||
tests:
|
||||
override:
|
||||
-
|
||||
command: 'vendor/bin/phpunit --coverage-clover=clover.yml'
|
||||
coverage:
|
||||
file: 'clover.yml'
|
||||
format: 'clover'
|
||||
Reference in New Issue
Block a user