Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit c2f201e

Browse files
committed
Fixed bug in open-coverage Make target.
1 parent 8891e6d commit c2f201e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ coverage: install
77
phpdbg -qrr vendor/bin/phpunit
88

99
open-coverage:
10-
open coverage/index.
10+
open coverage/index.html
1111

1212
integration: install
1313
test/integration/run

0 commit comments

Comments
 (0)