We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6477646 commit 392f1e8Copy full SHA for 392f1e8
Makefile
@@ -0,0 +1,8 @@
1
+.PHONY: init
2
+test:
3
+ @echo "Installing dependencies..."
4
+ @composer install
5
+ @echo "Installing dependencies... Done"
6
+ @./vendor/bin/pest --coverage --min=0 --coverage-clover ./coverage.xml
7
+
8
0 commit comments