remove scrutinizer (#915)

This commit is contained in:
Kevin Papst
2019-07-04 14:57:07 +02:00
committed by GitHub
parent 94e49ea86f
commit a0116422c6
2 changed files with 0 additions and 41 deletions

View File

@@ -1,40 +0,0 @@
build:
environment:
node: v8.11.2
php:
version: 7.2
ini:
date.timezone: "UTC"
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
- php-scrutinizer-run
tests:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=clover.xml tests/'
stop_on_failure: true
coverage:
file: 'clover.xml'
format: 'clover'
filter:
excluded_paths:
- '.github/'
- 'bin/'
- 'config/'
- 'public/'
- 'templates/'
- 'translations/'
- 'var/'
dependency_paths:
- 'node_modules/'
- 'vendor/'
build_failure_conditions:
- 'project.metric("scrutinizer.quality", < 9.0)'
- 'project.metric("scrutinizer.test_coverage", < 0.9)'
- 'project.metric_change("scrutinizer.test_coverage", < -0.01)'

View File

@@ -124,7 +124,6 @@ class CreateReleaseCommand extends Command
'.codecov.yml',
'.editorconfig',
'.php_cs.dist',
'.scrutinizer.yml',
'.travis.yml',
'*.lock',
'package.json',