We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add the following to the scrutinizer config
build: dependencies: before: - composer install -d instapro --no-scripts nodes: analysis: project_setup: override: true tests: override: - php-scrutinizer-run --enable-security-analysis filter: paths: - "src/" dependency_paths: - "vendor/" build_failure_conditions: - 'issues.new.exists' - 'project.metric_change("scrutinizer.test_coverage", < -0.05)'
The text was updated successfully, but these errors were encountered:
Improve scrutinizer config
67f3d2b
fixes #3
f3305ea
6fe78f9
LauLaman
No branches or pull requests
add the following to the scrutinizer config
The text was updated successfully, but these errors were encountered: