Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 5195ecf

Browse files
committed
Fix composer script - upload-coverage
1 parent 33a786a commit 5195ecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@cs-check",
5757
"@test"
5858
],
59-
"coveralls": "coveralls",
59+
"upload-coverage": "coveralls -v",
6060
"cs-check": "phpcs",
6161
"cs-fix": "phpcbf",
6262
"test": "phpunit",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)