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

Commit 412cf4e

Browse files
committed
add/update composer scripts
1 parent ed08b74 commit 412cf4e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,16 @@
7373
},
7474
"bin": [
7575
"bin/templatemap_generator.php"
76-
]
76+
],
77+
"scripts": {
78+
"check": [
79+
"@cs-check",
80+
"@test"
81+
],
82+
"cs-check": "phpcs",
83+
"cs-fix": "phpcbf",
84+
"test": "phpunit --colors=always",
85+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
86+
"upload-coverage": "coveralls -v"
87+
}
7788
}

0 commit comments

Comments
 (0)