Skip to content

Commit

Permalink
chore(deps): pre-install php-coveralls
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Dec 1, 2021
1 parent f9b1dec commit d9fd48e
Show file tree
Hide file tree
Showing 3 changed files with 867 additions and 117 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ unit-tests:
./vendor/bin/phpunit -c config/phpunit.xml.dist

code-coverage: unit-tests ## generate and upload test coverage metrics to https://coveralls.io/
composer global require php-coveralls/php-coveralls
php-coveralls -x tests/logs/clover.xml -o tests/logs/coveralls-upload.json -v
./vendor/bin/php-coveralls -x tests/logs/clover.xml -o tests/logs/coveralls-upload.json -v

docs-generate: ## regenerate docs
php docs/documenter.php
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"phpbench/phpbench": "^1.2.0",
"phpunit/phpunit": "^9.5.10",
"vimeo/psalm": "^4.11.2",
"php-standard-library/psalm-plugin": "^1.1.1"
"php-standard-library/psalm-plugin": "^1.1.1",
"php-coveralls/php-coveralls": "^2.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d9fd48e

Please sign in to comment.