Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
comment out coverage patch
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Feb 24, 2023
1 parent f9b8496 commit f84fab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ifeq (, $(composer))
else
composer install --prefer-dist
endif
-git apply --directory=vendor/phpunit/php-code-coverage phpunit.patch
# -git apply --directory=vendor/phpunit/php-code-coverage phpunit.patch
# Installs npm dependencies
.PHONY: npm
npm:
Expand Down

0 comments on commit f84fab7

Please sign in to comment.