Skip to content

Commit 5329666

Browse files
ohmyfelixf3l1x
authored andcommitted
CI: use php in coverage target
Relates to contributte/contributte#73.
1 parent b9919b8 commit 5329666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tests:
4646

4747
.PHONY: coverage
4848
coverage:
49-
vendor/bin/tester -s -p phpdbg --colors 1 -C --coverage ./coverage.xml --coverage-src ./app tests
49+
vendor/bin/tester -s -p php --colors 1 -C --coverage ./coverage.xml --coverage-src ./app tests
5050

5151
.PHONY: dev
5252
dev:

0 commit comments

Comments
 (0)