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

Commit

Permalink
Optimize coverage generation for xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Sep 10, 2019
1 parent 34c113b commit cfffc3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -54,7 +54,8 @@ all: test

ci-test: SILENT=
ci-test: prerequisites
$(SILENT) $(PHPDBG) $(PHPUNIT) $(PHPUNIT_COVERAGE_CLOVER) --verbose --group=$(PHPUNIT_GROUP)
$(SILENT) $(PHPDBG) $(PHPUNIT) --dump-xdebug-filter xdebug-filter.php
$(SILENT) $(PHPDBG) $(PHPUNIT) $(PHPUNIT_COVERAGE_CLOVER) --prepend=xdebug-filter.php --verbose --group=$(PHPUNIT_GROUP)

ci-analyze: SILENT=
ci-analyze: prerequisites ci-phpunit ci-infection ci-phan ci-phpstan ci-psalm
Expand Down

0 comments on commit cfffc3d

Please sign in to comment.