File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 9494 run : composer install
9595
9696 - name : Check for Mutants
97+ env :
98+ INFECTION_BADGE_API_KEY : ${{ secrets.STRYKER_TOKEN }}
9799 run : vendor/bin/infection --threads=$(nproc) --no-progress --logger-github
Original file line number Diff line number Diff line change 55[ ![ License] ( http://poser.pugx.org/navarr/iterable-to-array/license )] ( https://packagist.org/packages/navarr/iterable-to-array )
66[ ![ Tests] ( https://github.com/navarr/iterable_to_array/actions/workflows/commit.yml/badge.svg )] ( https://github.com/navarr/iterable_to_array/actions/workflows/commit.yml )
77[ ![ Code Coverage] ( https://codecov.io/gh/navarr/iterable_to_array/branch/main/graph/badge.svg?token=DJRUJTV2GW )] ( https://app.codecov.io/gh/navarr/iterable_to_array/ )
8+ [ ![ Mutation score] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fnavarr%2Fiterable_to_array%2Fmain )] ( https://dashboard.stryker-mutator.io/reports/github.com/navarr/iterable_to_array/main )
89
910A simple utility class that handles the boilerplate of converting an iterable into an array.
1011
Original file line number Diff line number Diff line change 1111 "phpstan/phpstan" : " ^1" ,
1212 "roave/security-advisories" : " dev-master" ,
1313 "phpunit/phpunit" : " ^9.5" ,
14- "infection/infection" : " ^0.25.3 " ,
14+ "infection/infection" : " ^0.26 " ,
1515 "squizlabs/php_codesniffer" : " ^3.6" ,
1616 "jetbrains/phpstorm-attributes" : " ^1.0"
1717 },
Original file line number Diff line number Diff line change 1414 "Navarr\\Utils\\IterableToArray::convert"
1515 ]
1616 }
17+ },
18+ "logs": {
19+ "stryker": {
20+ "report": "/^.*$/"
21+ }
1722 }
1823}
You can’t perform that action at this time.
0 commit comments