first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-08 17:09:23 -04:00
commit df3a033196
17887 changed files with 8637778 additions and 0 deletions
@@ -0,0 +1,22 @@
filter:
excluded_paths:
- 'tests/*'
build:
tests:
override:
- command: 'mkdir -p build/logs'
- command: 'php vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
coverage:
file: 'build/logs/clover.xml'
format: 'clover'
nodes:
tests: true
analysis:
tests:
override:
- command: phpcs-run ./
use_website_config: false
- php-scrutinizer-run
tools:
php_cs_fixer:
config: { level: psr2 } # or psr1 if you would just like to get fixes for PSR1