File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ script:
30
30
- composer test -- --coverage-clover=build/logs/clover.xml --coverage-xml=build/coverage/coverage-xml
31
31
--log-junit=build/coverage/phpunit.junit.xml
32
32
- travis_retry bash <(curl -s https://codecov.io/bash) || true
33
- - vendor/bin/infection -- min-msi=95 --threads=$(nproc) --coverage=build/coverage
33
+ - composer mutation -- -- min-msi=100 --threads=$(nproc) --show-mutations --coverage=build/coverage
Original file line number Diff line number Diff line change 39
39
}
40
40
},
41
41
"scripts" : {
42
- "test" : " phpunit -c test"
42
+ "test" : " phpunit -c test" ,
43
+ "mutation" : " infection --configuration=test/infection.json"
43
44
},
44
45
"config" : {
45
46
"sort-packages" : true
Original file line number Diff line number Diff line change 6
6
]
7
7
},
8
8
"phpUnit" : {
9
- "configDir" : " test "
9
+ "configDir" : " . "
10
10
},
11
11
"logs" : {
12
12
"text" : " infection.log" ,
You can’t perform that action at this time.
0 commit comments