Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Oct 31, 2021
1 parent aa28727 commit 98b2ae1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
filter:
paths: ["src/*"]

tools:
php_sim: true
php_pdepend: false
php_pdepend: true
php_analyzer: true
php_cpd: false
php_mess_detector:
enabled: false
php_code_sniffer:
enabled: false
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run --enable-security-analysis
2 changes: 0 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ coverage:
patch:
default:
target: 100%

comment: true
2 changes: 1 addition & 1 deletion vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"require-dev": {
"doctrine/coding-standard": "^8.2",
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
Expand Down

0 comments on commit 98b2ae1

Please sign in to comment.