Skip to content

Commit 7b4e9c4

Browse files
committed
Show infection.log after running infection
1 parent a36e97c commit 7b4e9c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ unit:
3434

3535
infection:
3636
$(DOCKER_RUN) vendor/bin/infection --ansi --min-msi=100 --min-covered-msi=100 --threads=$(nproc)
37+
$(DOCKER_RUN) cat infection.log
3738

3839
composer-require-checker:
3940
$(DOCKER_RUN) vendor/bin/composer-require-checker --ignore-parse-errors --ansi -vvv

0 commit comments

Comments
 (0)