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

Commit a586fb6

Browse files
committedNov 12, 2020
Update CI
1 parent 5757404 commit a586fb6

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed
 

‎Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ ci-analyze: prerequisites ci-phpunit ci-infection ci-phan ci-phpstan ci-psalm
5959

6060
ci-phpunit: ci-cs
6161
$(SILENT) $(PHPDBG) $(PHPUNIT) $(PHPUNIT_ARGS)
62-
cp build/logs/junit.xml build/logs/phpunit.junit.xml
6362

6463
ci-infection: ci-phpunit
6564
$(SILENT) $(PHP) $(INFECTION) $(INFECTION_ARGS)
@@ -93,8 +92,7 @@ test-prerequisites: prerequisites composer.lock
9392
.PHONY: phpunit
9493
phpunit: cs
9594
$(SILENT) $(PHP) $(PHPUNIT) $(PHPUNIT_ARGS) --verbose
96-
cp build/logs/junit.xml build/logs/phpunit.junit.xml
97-
CI=true $(SILENT) $(PHP) $(INFECTION) $(INFECTION_ARGS)
95+
$(SILENT) $(PHP) $(INFECTION) $(INFECTION_ARGS)
9896

9997
.PHONY: analyze
10098
analyze: phan phpstan psalm

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"friendsofphp/php-cs-fixer": "^2.14",
4646
"gamez/psr-testlogger": "^3.0",
4747
"illuminate/support": ">=5.2",
48-
"infection/infection": ">=0.10",
48+
"infection/infection": ">=0.18",
4949
"laravel/framework": ">=5.2",
5050
"orchestra/testbench": ">=3",
5151
"phan/phan": "^1 <1.3 || >1.3.0",

‎infection.json.dist

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"src"
66
]
77
},
8-
"logs": {
9-
"text": "infection-log.txt"
10-
},
118
"mutators": {
129
"@default": true,
1310
"IdenticalEqual": false,

0 commit comments

Comments
 (0)
This repository has been archived.