Skip to content

Commit

Permalink
Attempt to fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mducharme committed Apr 20, 2020
1 parent 1e0e225 commit 15c8c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"phplint": "find src tests -type f -name '*.php' -print0 | xargs -0 -n1 -P8 php -l | grep -v '^No syntax errors detected'; test $? -eq 1",
"phpcs": "php vendor/bin/phpcs -ps --colors src/ tests/",
"phpcbf": "php vendor/bin/phpcbf -ps --colors src/ tests/",
"phpunit": "php vendor/bin/phpunit --coverage-text",
"phpunit": "php vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml",
"phpstan": "php vendor/bin/phpstan analyze -n -l1 src/"
}
}

0 comments on commit 15c8c13

Please sign in to comment.