We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdffd5c commit b5eb7c2Copy full SHA for b5eb7c2
2 files changed
.coveralls.yml
@@ -1,4 +1,3 @@
1
service_name: travis-ci
2
-src_dir: .
3
coverage_clover: clover.xml
4
json_path: coveralls-upload.json
.scrutinizer.yml
@@ -17,3 +17,5 @@ tools:
17
php_sim: true
18
build_failure_conditions:
19
- 'issues.label("coding-style").new.exists'
20
+ - 'elements.rating(< B).new.exists'
21
+ - 'project.metric("scrutinizer.quality", < 9)'
0 commit comments